Nepjune commited on
Commit
e5af486
·
verified ·
1 Parent(s): 8f2fa48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if __name__ == '__main__':
60
  outputs=[
61
  gr.Textbox(label="Generated caption"),
62
  gr.Button("Convert to Audio"),
63
- gr.Audio(type="file", label="Generated Audio")
64
  ],
65
  live=True
66
  )
 
60
  outputs=[
61
  gr.Textbox(label="Generated caption"),
62
  gr.Button("Convert to Audio"),
63
+ gr.Audio(type="filepath", label="Generated Audio")
64
  ],
65
  live=True
66
  )