Update index.html
Browse files- 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", "
|
| 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 |
|