Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
BACKENDAPI2024/radarbackend11252024v10
BACKENDAPI2024
/
radarbackend11262024v11
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pijush2023
commited on
Jul 22, 2024
Commit
58afbc6
·
verified
·
1 Parent(s):
b253be3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -742,3 +742,7 @@ with gr.Column():
742
743
744
742
743
744
745
+
demo.queue()
746
+
demo.launch(share=True)
747
+
748
+