jvalero commited on
Commit
0c21d1d
·
verified ·
1 Parent(s): 615788f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -37,9 +37,7 @@ file_transcribe = gr.Interface(
37
  inputs=[
38
  gr.Audio(sources="upload", label="Audio file", type="filepath"),
39
  ],
40
- outputs="text",
41
- layout="horizontal",
42
- theme="huggingface",
43
  title="Vinyl Demo: Get Vinyl Condition",
44
  description=(
45
  "Get your vinyl ocndition based on the golmine grading starndard! Demo uses the"
 
37
  inputs=[
38
  gr.Audio(sources="upload", label="Audio file", type="filepath"),
39
  ],
40
+ outputs="label",
 
 
41
  title="Vinyl Demo: Get Vinyl Condition",
42
  description=(
43
  "Get your vinyl ocndition based on the golmine grading starndard! Demo uses the"