Nepjune commited on
Commit
d8025d1
·
verified ·
1 Parent(s): b32b08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
  outputs=[
35
  gr.Textbox(label="Generated caption"),
36
  gr.Button("Convert to Audio"),
37
- gr.Audio(type="player", label="Generated Audio")
38
  ],
39
  live=True
40
  )
 
34
  outputs=[
35
  gr.Textbox(label="Generated caption"),
36
  gr.Button("Convert to Audio"),
37
+ gr.Audio(type="filepath", label="Generated Audio")
38
  ],
39
  live=True
40
  )