Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,4 @@ with gr.Blocks(theme=gr.themes.Soft(
|
|
87 |
|
88 |
# Launch the app
|
89 |
if __name__ == "__main__":
|
90 |
-
demo.launch(
|
91 |
-
share=True,
|
92 |
-
enable_queue=True,
|
93 |
-
show_error=True,
|
94 |
-
)
|
|
|
87 |
|
88 |
# Launch the app
|
89 |
if __name__ == "__main__":
|
90 |
+
demo.launch()
|
|
|
|
|
|
|
|