cylnx commited on
Commit
295ebf0
·
verified ·
1 Parent(s): 0ca403e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ def respond(message, history):
29
  yield f"Ошибка: {e}"
30
 
31
  if __name__ == "__main__":
32
- gr.ChatInterface(respond, title="Step 3.5 Flash").launch()
 
29
  yield f"Ошибка: {e}"
30
 
31
  if __name__ == "__main__":
32
+ gr.ChatInterface(respond, title="Step 3.5 Flash").launch(ssr_mode=False)