Web3Daily commited on
Commit
6b1bb34
1 Parent(s): b9b9108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def CustomChatGPT(Question):
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs="text",
21
- outputs="text",
22
  title="Web(GPT)3"
23
  )
24
 
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs="text",
21
+ outputs=gr.Textbox(label="Answer",
22
  title="Web(GPT)3"
23
  )
24