Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Underground-Digital/Code-Cooker-v2
Underground-Digital
/
Code-Cooker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Severian
commited on
Sep 12, 2024
Commit
c952c72
·
verified
·
1 Parent(s):
5adca2d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -530,4 +530,4 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
530
)
531
532
blocks.queue(max_size=20)
533
-
blocks.launch(share=
True
, show_api=True)
530
)
531
532
blocks.queue(max_size=20)
533
+
blocks.launch(share=
False
, show_api=True)