Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afroanton
/
iris
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
afroanton
commited on
Nov 22, 2022
Commit
f8c9443
·
1 Parent(s):
ff532be
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,5 +43,5 @@ demo = gr.Interface(
43
],
44
outputs=gr.Image(type="pil"))
45
46
-
demo.launch(
share=True
)
47
43
],
44
outputs=gr.Image(type="pil"))
45
46
+
demo.launch()
47