Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NataLobster
/
testspace
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NataLobster
commited on
May 29, 2024
Commit
44653c9
·
verified
·
1 Parent(s):
4aa8a29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ iface = gr.Interface(launch,
12
inputs=gr.Image(type='pil'),
13
outputs="text")
14
15
-
iface.launch()
12
inputs=gr.Image(type='pil'),
13
outputs="text")
14
15
+
iface.launch(
share=True
)