Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,4 +187,5 @@ with gr.Blocks(theme="nevreal/blues") as demo:
|
|
| 187 |
)
|
| 188 |
|
| 189 |
if __name__ == "__main__":
|
| 190 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
|
|
|
| 187 |
)
|
| 188 |
|
| 189 |
if __name__ == "__main__":
|
| 190 |
+
demo.queue(api_open=False).launch(show_api=False)
|
| 191 |
+
|