GAS17 commited on
Commit
4a50731
·
verified ·
1 Parent(s): 2ba5269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
68
  gr.File(label="Descargar audio convertido"),
69
  gr.Textbox(label="")
70
  ],
71
- examples=[["sample_audio.mp3"]], # Add this line if you have a sample audio file
72
  )
73
 
74
  # Launch the app
 
68
  gr.File(label="Descargar audio convertido"),
69
  gr.Textbox(label="")
70
  ],
71
+
72
  )
73
 
74
  # Launch the app