Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ def predict(input, history=[]):
|
|
15 |
|
16 |
gr.Interface(fn=predict,
|
17 |
inputs=["text", "state"],
|
18 |
-
outputs=["chatbot", "state"]).launch()
|
|
|
|
15 |
|
16 |
gr.Interface(fn=predict,
|
17 |
inputs=["text", "state"],
|
18 |
+
outputs=["chatbot", "state"]).launch()
|
19 |
+
gr.Interface(..., allow_flagging="never").launch(share=True, inline=True)
|