Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Updates PR1 (#3)
Browse files- Update app.py (77c3f96d547bcbef09dd9a24986383d3b16a31b1)
Co-authored-by: Joseph [open/acc] Pollack <[email protected]>
app.py
CHANGED
@@ -983,7 +983,7 @@ def main():
|
|
983 |
)
|
984 |
|
985 |
demo.queue(default_concurrency_limit=16)
|
986 |
-
demo.launch()
|
987 |
|
988 |
|
989 |
if __name__ == "__main__":
|
|
|
983 |
)
|
984 |
|
985 |
demo.queue(default_concurrency_limit=16)
|
986 |
+
demo.launch(ssr_mode=False)
|
987 |
|
988 |
|
989 |
if __name__ == "__main__":
|