akhaliq HF staff commited on
Commit
e5d0077
1 Parent(s): 537a376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,4 +8,5 @@ def inference(text,audio):
8
  title="YourTTS"
9
  description="## Gradio Demo for [Edresson/YourTTS](https://github.com/edresson/yourtts), to use it add your text and audio file"
10
  examples=[['This is a test','test.wav']]
11
- gr.Interface(inference,["text",gr.Audio(type="filepath")],gr.Audio(type="filepath"),title=title,description=description,examples=examples).launch()
 
 
8
  title="YourTTS"
9
  description="## Gradio Demo for [Edresson/YourTTS](https://github.com/edresson/yourtts), to use it add your text and audio file"
10
  examples=[['This is a test','test.wav']]
11
+ gr.Interface(inference,["text",gr.Audio(type="filepath")],gr.Audio(type="filepath"),title=title,description=description,examples=examples,cache_examples
12
+ =False).launch()