aelitta commited on
Commit
685a86d
1 Parent(s): 6215529

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