Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ziqiangao
/
musicscopegen
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ziqiangao
commited on
Aug 7, 2024
Commit
6ecdd65
·
verified
·
1 Parent(s):
106b5c7
add main check for duplication on windows
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -380,4 +380,5 @@ with gr.Blocks() as demo:
380
)
381
382
# Launch Gradio interface
383
-
demo.launch()
380
)
381
382
# Launch Gradio interface
383
+
if __name__ == '__main__':
384
+
demo.launch()