Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def image_to_audio(input_image):
|
|
| 28 |
# Interfaz Gradio
|
| 29 |
iface = gr.Interface(
|
| 30 |
fn=image_to_audio,
|
| 31 |
-
inputs= gr.Image(type='
|
| 32 |
outputs="audio",
|
| 33 |
live=True,
|
| 34 |
interpretation="default",
|
|
|
|
| 28 |
# Interfaz Gradio
|
| 29 |
iface = gr.Interface(
|
| 30 |
fn=image_to_audio,
|
| 31 |
+
inputs= gr.Image(type='pil'),
|
| 32 |
outputs="audio",
|
| 33 |
live=True,
|
| 34 |
interpretation="default",
|