Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,4 +143,4 @@ def build_interface():
|
|
143 |
|
144 |
# Launch the app with SSR and async queue disabled to prevent file timeouts
|
145 |
demo_app = build_interface()
|
146 |
-
demo_app.launch(
|
|
|
143 |
|
144 |
# Launch the app with SSR and async queue disabled to prevent file timeouts
|
145 |
demo_app = build_interface()
|
146 |
+
demo_app.launch()
|