Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -752,4 +752,4 @@ with gr.Blocks(css=css) as demo:
|
|
752 |
|
753 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
754 |
# demo.launch(share=True)
|
755 |
-
demo.launch(
|
|
|
752 |
|
753 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
754 |
# demo.launch(share=True)
|
755 |
+
demo.launch()
|