Spaces:
Running
on
Zero
Running
on
Zero
Update run_gradio.py
Browse files- run_gradio.py +1 -1
run_gradio.py
CHANGED
@@ -84,4 +84,4 @@ iface = gr.Interface(
|
|
84 |
"the training dataset does not include speech, the model is not expected to " \
|
85 |
"generate coherent speech. <br> Have fun!"
|
86 |
)
|
87 |
-
iface.launch(
|
|
|
84 |
"the training dataset does not include speech, the model is not expected to " \
|
85 |
"generate coherent speech. <br> Have fun!"
|
86 |
)
|
87 |
+
iface.launch()
|