Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,5 @@ with gr.Blocks(css="""
|
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch(
|
121 |
share=True,
|
122 |
-
show_api=False
|
123 |
-
|
124 |
-
show_share=False
|
125 |
-
)
|
|
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch(
|
121 |
share=True,
|
122 |
+
show_api=False
|
123 |
+
)
|
|
|
|