Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrfakename
/
VoiceStar
like
5
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
mrfakename
commited on
Mar 8
Commit
a15bc77
·
verified
·
1 Parent(s):
40b4083
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -230,7 +230,4 @@ demo.css = css
230
231
if __name__ == "__main__":
232
233
-
demo.launch(
234
-
server_name="0.0.0.0",
235
-
server_port=7861
236
-
)
230
231
if __name__ == "__main__":
232
233
+
demo.
queue().
launch(
)