Spaces:
Running
Running
Disable SSR
Browse files
app.py
CHANGED
@@ -1442,6 +1442,7 @@ if __name__ == "__main__":
|
|
1442 |
default_concurrency_limit = 10,
|
1443 |
)
|
1444 |
app, local_url, share_url = blocks.launch(
|
|
|
1445 |
show_api = False,
|
1446 |
prevent_thread_lock = True,
|
1447 |
)
|
|
|
1442 |
default_concurrency_limit = 10,
|
1443 |
)
|
1444 |
app, local_url, share_url = blocks.launch(
|
1445 |
+
ssr_mode = False,
|
1446 |
show_api = False,
|
1447 |
prevent_thread_lock = True,
|
1448 |
)
|