Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
shgao/EditAnything
killah-t-cell
/
EditAnything
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shgao
commited on
Apr 14, 2023
Commit
071d680
·
1 Parent(s):
90c8ec1
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ with gr.Blocks() as demo:
16
create_demo_generate_anything()
17
18
19
-
demo.queue(api_open=False).launch(
share=True
)
16
create_demo_generate_anything()
17
18
19
+
demo.queue(api_open=False).launch()