Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -34,9 +34,6 @@ Use this space to generate long-form speech up to around ~2 minutes in length. T
|
|
34 |
# Create pipelines, downloading required files as necessary
|
35 |
speech_enhancement = Task.get("speech-enhancement", model="deep-filter-net-v3", available_only=False)
|
36 |
speech_enhancement.download_required_files(text_callback=print)
|
37 |
-
print("????")
|
38 |
-
speech_enhancement.ensure_availability()
|
39 |
-
|
40 |
hybrid_task = Task.get("speech-synthesis", model="zonos-hybrid", available_only=False)
|
41 |
hybrid_task.download_required_files(text_callback=print)
|
42 |
hybrid_pipe = hybrid_task()
|
|
|
34 |
# Create pipelines, downloading required files as necessary
|
35 |
speech_enhancement = Task.get("speech-enhancement", model="deep-filter-net-v3", available_only=False)
|
36 |
speech_enhancement.download_required_files(text_callback=print)
|
|
|
|
|
|
|
37 |
hybrid_task = Task.get("speech-synthesis", model="zonos-hybrid", available_only=False)
|
38 |
hybrid_task.download_required_files(text_callback=print)
|
39 |
hybrid_pipe = hybrid_task()
|