Spaces:
Runtime error
Runtime error
Commit
·
c6321ab
1
Parent(s):
68ee998
added labels
Browse files
app.py
CHANGED
@@ -23,7 +23,8 @@ def chatbot_interface(prompt):
|
|
23 |
|
24 |
iface = gr.Interface(fn=chatbot_interface,
|
25 |
inputs="text",
|
26 |
-
outputs="
|
|
|
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()
|