cellanet commited on
Commit
0dfa613
1 Parent(s): 19a0227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
2
  from chatbot import onlineChat
3
 
4
 
5
- demo = gr.Interface(fn=onlineChat, inputs=gr.Textbox(lines=2, placeholder="Enter your question here...", label='Question'), outputs="text", outputs.label ='answer')
6
  demo.launch(share=True)
7
  # demo.launch()
2
  from chatbot import onlineChat
3
 
4
 
5
+ demo = gr.Interface(fn=onlineChat, inputs=gr.Textbox(lines=2, placeholder="Enter your question here...", label='Question'), outputs="text")
6
  demo.launch(share=True)
7
  # demo.launch()