Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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"
|