Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -201,6 +201,5 @@ with gr.Blocks(title=f"{demo_name}", theme=theme, css_paths=os.getcwd()+ "/style
|
|
201 |
|
202 |
demo.queue()
|
203 |
demo.launch(
|
204 |
-
|
205 |
-
debug=True
|
206 |
)
|
|
|
201 |
|
202 |
demo.queue()
|
203 |
demo.launch(
|
204 |
+
ssr_mode=False
|
|
|
205 |
)
|