Web3Daily commited on
Commit
817a179
1 Parent(s): ecb3473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs = "Ask a question",
21
- outputs="Get an answer",
22
- title="Web(GPT)3 Daily"
23
  )
24
 
25
  demo.launch()
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
+ inputs = "text",
21
+ outputs="text",
22
+ title="Web(GPT)3"
23
  )
24
 
25
  demo.launch()