aelitta commited on
Commit
bfff608
·
verified ·
1 Parent(s): 9ce08df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,5 +74,5 @@ def predict(message, history):
74
  return answer
75
 
76
 
77
- gr.ChatInterface(predict).launch(share=True,enable_queue=True)
78
 
 
74
  return answer
75
 
76
 
77
+ gr.ChatInterface(predict).launch(enable_queue=True)
78