maitreya commited on
Commit
47073a6
·
1 Parent(s): 8c5afa8
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
31
  ],
32
  outputs=[gr.Audio(show_share_button=False, label='output')],
33
  allow_flagging="never",
34
- clear_button=False
35
  )
36
 
37
  demo.launch()
 
31
  ],
32
  outputs=[gr.Audio(show_share_button=False, label='output')],
33
  allow_flagging="never",
34
+ clear_btn = None
35
  )
36
 
37
  demo.launch()
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
  flask
3
  numpy
4
  torch
 
1
+ gradio
2
  flask
3
  numpy
4
  torch