Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -260,4 +260,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
260 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
261 |
|
262 |
demo.queue(concurrency_count=1)
|
263 |
-
demo.launch(show_api=False
|
|
|
260 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
261 |
|
262 |
demo.queue(concurrency_count=1)
|
263 |
+
demo.launch(show_api=False)
|