Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -157,4 +157,4 @@ def create_app():
|
|
157 |
|
158 |
if __name__ == "__main__":
|
159 |
app = create_app()
|
160 |
-
app.launch(share=True
|
|
|
157 |
|
158 |
if __name__ == "__main__":
|
159 |
app = create_app()
|
160 |
+
app.launch(share=True) # ssr=False, enable_queue=True
|