Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jnap
/
UNDO-project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jnap
commited on
Jun 3
Commit
4efa251
·
unverified
·
1 Parent(s):
68e4632
Added share link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ demo = gr.Interface(
28
)
29
30
if __name__ == "__main__":
31
-
demo.launch()
28
)
29
30
if __name__ == "__main__":
31
+
demo.launch(
share=True
)