Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -249,5 +249,5 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 249 |
|
| 250 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
| 251 |
|
| 252 |
-
demo.queue(
|
| 253 |
demo.launch(show_api=False)
|
|
|
|
| 249 |
|
| 250 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
| 251 |
|
| 252 |
+
demo.queue(api_open=False)
|
| 253 |
demo.launch(show_api=False)
|