Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -626,6 +626,4 @@ with gr.Blocks(css=custom_css, title="Reasoning Orchestra") as app:
|
|
626 |
|
627 |
# Launch the app
|
628 |
if __name__ == "__main__":
|
629 |
-
app.launch(
|
630 |
-
share=True
|
631 |
-
)
|
|
|
626 |
|
627 |
# Launch the app
|
628 |
if __name__ == "__main__":
|
629 |
+
app.launch()
|
|
|
|