Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ORI-Muchim/BlueArchiveTTS
sukiru
/
BlueArchiveTTS
like
3
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sukiru
commited on
Aug 16, 2023
Commit
ff78400
·
1 Parent(s):
194a96e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -161,4 +161,4 @@ if __name__ == '__main__':
161
return [];
162
}}""")
163
164
-
app.queue(concurrency_count=3).launch(
share
=
True
)
161
return [];
162
}}""")
163
164
+
app.queue(concurrency_count=3).launch(
server_name
=
"0.0.0.0"
)