Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mrmusculo
/
background
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Mrmusculo
commited on
Aug 7, 2023
Commit
7844023
·
1 Parent(s):
7f25641
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -194,4 +194,4 @@ iface = gr.Interface(fn=do_predictions, inputs="text",
194
outputs=["image", "image"],
195
)
196
197
-
iface.launch(
share=True
)
194
outputs=["image", "image"],
195
)
196
197
+
iface.launch()