Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
developer0hye
/
D-FINE
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
developer0hye
commited on
Mar 24
Commit
34ad792
·
verified
·
1 Parent(s):
8328d75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -254,6 +254,4 @@ demo = gr.Interface(
254
]
255
)
256
257
-
if __name__ == "__main__":
258
-
# Launch the Gradio app
259
-
demo.launch(share=True)
254
]
255
)
256
257
+
demo.launch(debug=True)