Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ iface = gr.Interface(
|
|
121 |
outputs= [gr.outputs.Audio(type="file", label="Audio du livre")
|
122 |
,gr.outputs.Textbox(label="resultat")],
|
123 |
theme="dark-seafoam")
|
124 |
-
iface.launch(
|
|
|
121 |
outputs= [gr.outputs.Audio(type="file", label="Audio du livre")
|
122 |
,gr.outputs.Textbox(label="resultat")],
|
123 |
theme="dark-seafoam")
|
124 |
+
iface.launch()
|