aliabd HF Staff commited on
Commit
07a92bb
·
1 Parent(s): d87660d

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. run.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  numpy
2
- https://gradio-main-build.s3.amazonaws.com/8ec0a1e2b8ec294e192d2a9857f38e3ed018fd09/gradio-3.9.1-py3-none-any.whl
 
1
  numpy
2
+ https://gradio-main-build.s3.amazonaws.com/8d59c1480edcfcd68ffbcf03cee29e6aab9dfe83/gradio-3.9.1-py3-none-any.whl
run.py CHANGED
@@ -17,7 +17,7 @@ demo = gr.Interface(
17
  [
18
  gr.Dropdown(notes, type="index"),
19
  gr.Slider(4, 6, step=1),
20
- gr.Textbox(value=1, type="number", label="Duration in seconds"),
21
  ],
22
  "audio",
23
  )
 
17
  [
18
  gr.Dropdown(notes, type="index"),
19
  gr.Slider(4, 6, step=1),
20
+ gr.Textbox(value=1, label="Duration in seconds"),
21
  ],
22
  "audio",
23
  )