Web3Daily commited on
Commit
ca9ecb1
1 Parent(s): ef0b577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -17,8 +17,6 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
20
- inputs = "text",
21
- outputs="text",
22
  title="Web(GPT)3"
23
  )
24
  inputs=gr.inputs.Text(placeholder="Ask a question"),
 
17
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
 
 
20
  title="Web(GPT)3"
21
  )
22
  inputs=gr.inputs.Text(placeholder="Ask a question"),