Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -375,7 +375,8 @@ def main():
|
|
375 |
["Hello, this is a test of the voice cloning system.", None, 0.5, 0.5, 0, 0.8],
|
376 |
["The quick brown fox jumps over the lazy dog.", None, 0.7, 0.3, 42, 0.6],
|
377 |
["Welcome to our AI voice cloning service. We hope you enjoy the experience!", None, 0.4, 0.7, 123, 1.0]
|
378 |
-
]
|
|
|
379 |
)
|
380 |
iface.launch(
|
381 |
server_name="0.0.0.0",
|
|
|
375 |
["Hello, this is a test of the voice cloning system.", None, 0.5, 0.5, 0, 0.8],
|
376 |
["The quick brown fox jumps over the lazy dog.", None, 0.7, 0.3, 42, 0.6],
|
377 |
["Welcome to our AI voice cloning service. We hope you enjoy the experience!", None, 0.4, 0.7, 123, 1.0]
|
378 |
+
],
|
379 |
+
api_name="clone_voice" # Add this line!
|
380 |
)
|
381 |
iface.launch(
|
382 |
server_name="0.0.0.0",
|