Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
esnagy
/
Iris
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Edward Nagy
commited on
Nov 17, 2023
Commit
ea5467e
·
unverified
·
1 Parent(s):
cb0ce1f
Set share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ demo = gr.Interface(
45
],
46
outputs=gr.Image(type="pil"))
47
48
-
demo.launch(debug=True)
49
45
],
46
outputs=gr.Image(type="pil"))
47
48
+
demo.launch(debug=True
, share=True
)
49