biplab2008 commited on
Commit
d6772c9
·
verified ·
1 Parent(s): b089b57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def text_to_sentiment():
18
  demo = gr.Blocks()
19
 
20
  with demo:
21
- audio_file = gr.File()
22
  text = gr.Textbox()
23
  label = gr.Label()
24
 
 
18
  demo = gr.Blocks()
19
 
20
  with demo:
21
+ audio_file = gr.File(file_count='multiple')
22
  text = gr.Textbox()
23
  label = gr.Label()
24