Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BintaSOW
/
LigthMDETR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BintaSOW
commited on
Aug 27, 2024
Commit
8c3b800
·
1 Parent(s):
36ce6ae
app
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -164,6 +164,6 @@ demo = gr.Interface(
164
)
165
166
# Lancer l'interface Gradio
167
-
demo.launch(
share
=True)
168
169
164
)
165
166
# Lancer l'interface Gradio
167
+
demo.launch(
debug
=True)
168
169