Michael398 commited on
Commit
957e49e
·
verified ·
1 Parent(s): 6862ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)