whitphx HF staff commited on
Commit
705fa3c
·
verified ·
1 Parent(s): 46c5cff

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -35,7 +35,7 @@ async def synthesize(text):
35
  return "output.wav"
36
 
37
 
38
- demo = gr.Interface(synthesize, "textbox", "file")
39
  demo.launch()
40
  </gradio-file>
41
 
 
35
  return "output.wav"
36
 
37
 
38
+ demo = gr.Interface(synthesize, "textbox", "audio")
39
  demo.launch()
40
  </gradio-file>
41