SandraCLV commited on
Commit
18b45bd
·
1 Parent(s): 13e6a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='PIL'),
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",