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

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(enable_queue=True)
78
 
 
74
  return answer
75
 
76
 
77
+ gr.ChatInterface(predict).launch()
78