Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StKirill
/
Detection_and_inpainting
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
StKirill
commited on
Dec 23, 2023
Commit
d982af7
·
1 Parent(s):
d3f9419
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ gr.Interface(
85
gr.Image(),
86
],
87
examples=examples,
88
-
).launch(debug=True)
85
gr.Image(),
86
],
87
examples=examples,
88
+
).launch(debug=True
, share=True
)