research14 commited on
Commit
c6321ab
·
1 Parent(s): 68ee998

added labels

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ def chatbot_interface(prompt):
23
 
24
  iface = gr.Interface(fn=chatbot_interface,
25
  inputs="text",
26
- outputs="panel",
 
27
  title="Chatbot with Three Models")
28
 
29
  iface.launch()
 
23
 
24
  iface = gr.Interface(fn=chatbot_interface,
25
  inputs="text",
26
+ outputs="text",
27
+ interpretation="default",
28
  title="Chatbot with Three Models")
29
 
30
  iface.launch()