alidev2002 commited on
Commit
3cbfd2d
Β·
verified Β·
1 Parent(s): 26b2648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ demo = gr.Interface(
55
  gr.Textbox(label="Text"),
56
  gr.Audio(type="filepath", label="Reference Voice (optional)")
57
  ],
58
- outputs="text",
59
  title="OmniVoice TTS (Voice Cloning)"
60
  )
61
 
 
55
  gr.Textbox(label="Text"),
56
  gr.Audio(type="filepath", label="Reference Voice (optional)")
57
  ],
58
+ outputs=gr.Audio(type="filepath"),
59
  title="OmniVoice TTS (Voice Cloning)"
60
  )
61