Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
assasinatee
/
STAR
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
assasinatee
commited on
Oct 14
Commit
8193575
·
1 Parent(s):
e0f0f7b
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -18,6 +18,9 @@ A brief input speech utterance for the overall audio scene.
18
---
19
</div>
20
""")
21
22
23
18
---
19
</div>
20
""")
21
+
22
+
if __name__ == "__main__":
23
+
demo.launch()
24
25
26