hbui commited on
Commit
95bf464
·
1 Parent(s): 8f80f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ gr.Interface(fn=predict,
30
  description=description,
31
  examples=examples,
32
  inputs=["text", "state"],
33
- outputs=["chatbot", "state"]).launch(share=True)
 
30
  description=description,
31
  examples=examples,
32
  inputs=["text", "state"],
33
+ outputs=["chatbot", "state"]).launch()