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