benjamin-paine commited on
Commit
6d3875a
·
verified ·
1 Parent(s): 8ce1050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()