Web3Daily commited on
Commit
7ca710a
1 Parent(s): 69dda21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ text = "Ask a question"
19
 
20
  demo = gr.Interface(
21
  fn=CustomChatGPT,
22
- inputs="text",
23
- outputs="text",
24
  title="Web(GPT)3",
25
  description = "Ask a question about Web3, get a simple answer, in plain English."
26
  )
 
19
 
20
  demo = gr.Interface(
21
  fn=CustomChatGPT,
22
+ inputs=text,
23
+ outputs=Ask a question,
24
  title="Web(GPT)3",
25
  description = "Ask a question about Web3, get a simple answer, in plain English."
26
  )