Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
merve/dinov3-viz
pszemraj
/
dinov3-viz-sat493m
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pszemraj
commited on
Sep 5
Commit
bc35edd
·
verified
·
1 Parent(s):
629aa9f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -226,5 +226,4 @@ with gr.Blocks() as demo:
226
cache_examples=False,
227
)
228
229
-
if
__name__ == "__main__":
230
-
demo.launch()
226
cache_examples=False,
227
)
228
229
+
demo.launch(share=False,
debug=True)