Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Plachta/Seed-VC
soiz
/
Seed-VC-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz
commited on
Dec 5, 2024
Commit
0daa342
·
verified
·
1 Parent(s):
30eeb1f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -144,4 +144,4 @@ def voice_conversion_api():
144
145
if __name__ == "__main__":
146
# Run the Flask app
147
-
app.run(debug=True)
144
145
if __name__ == "__main__":
146
# Run the Flask app
147
+
app.run(debug=True
, port=7860
)