ruslanmv commited on
Commit
a75474d
·
1 Parent(s): 7811034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,4 +133,4 @@ interface.css = """
133
 
134
  # Launch the Gradio application
135
  if __name__ == "__main__":
136
- interface.launch()
 
133
 
134
  # Launch the Gradio application
135
  if __name__ == "__main__":
136
+ interface.launch(ssr_mode=False)