Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
MohamedRashad/PaintsUndo
svjack
/
PaintsUndo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MohamedRashad
commited on
Apr 12
Commit
cbe1a1f
Β·
verified
Β·
1 Parent(s):
c091e7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -301,4 +301,4 @@ with block:
301
examples_per_page=1024
302
)
303
304
-
block.queue().launch(
server_name
=
'0.0.0.0'
)
301
examples_per_page=1024
302
)
303
304
+
block.queue().launch(
share
=
True
)