Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mindart
/
infinite-zoom-stable-diffusion
like
5
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
v8hid
commited on
Mar 22, 2023
Commit
f32b704
·
1 Parent(s):
77b16fc
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ with app:
11
)
12
zoom_app()
13
14
-
app.launch(
share=True,
debug=True, enable_queue=True)
11
)
12
zoom_app()
13
14
+
app.launch(debug=True, enable_queue=True)