Spaces:
Runtime error
Runtime error
Commit ·
e4cf4a7
1
Parent(s): da1c881
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,9 +63,6 @@ with gr.Blocks() as iface:
|
|
| 63 |
|
| 64 |
file_input.change(fn=convert_pdf_to_audio, inputs=file_input, outputs=audio_output)
|
| 65 |
|
| 66 |
-
# Ejecutar la interfaz
|
| 67 |
-
iface.launch()
|
| 68 |
-
|
| 69 |
# Ejecutar la interfaz
|
| 70 |
iface.launch(share=True)
|
| 71 |
|
|
|
|
| 63 |
|
| 64 |
file_input.change(fn=convert_pdf_to_audio, inputs=file_input, outputs=audio_output)
|
| 65 |
|
|
|
|
|
|
|
|
|
|
| 66 |
# Ejecutar la interfaz
|
| 67 |
iface.launch(share=True)
|
| 68 |
|