Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
finegrain
/
finegrain-object-eraser
like
382
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
Pierre Chapuis
commited on
Aug 5, 2024
Commit
aa7dd73
·
unverified
·
1 Parent(s):
4acc654
do not show API link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -213,4 +213,4 @@ with gr.Blocks() as demo:
213
cache_examples=True,
214
)
215
216
-
demo.launch()
213
cache_examples=True,
214
)
215
216
+
demo.launch(
show_api=False
)