kirikir13 commited on
Commit
41b52f0
·
verified ·
1 Parent(s): e54a208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ with gr.Blocks(title="Hermes Chat Interface") as demo:
115
  outputs=[response_text, response_audio]
116
  )
117
 
118
- demo.launch()
 
115
  outputs=[response_text, response_audio]
116
  )
117
 
118
+ demo.launch(ssr_mode=False)