AdamHider commited on
Commit
a31caa9
1 Parent(s): 5ed2c8c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def predict(image):
20
 
21
  gr.Interface(
22
  predict,
23
- inputs= gr.Textbox(value="", label="Duration in seconds"),,
24
  outputs="audio",
25
  title="Hot Dog? Or Not?",
26
  ).launch()
 
20
 
21
  gr.Interface(
22
  predict,
23
+ inputs= gr.Textbox(value="", label="Duration in seconds"),
24
  outputs="audio",
25
  title="Hot Dog? Or Not?",
26
  ).launch()