Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ file_transcribe = gr.Interface(
|
|
38 |
gr.Audio(sources="upload", label="Audio file", type="filepath"),
|
39 |
],
|
40 |
outputs="label",
|
41 |
-
title="Vinyl
|
42 |
description=(
|
43 |
-
"Get your vinyl
|
44 |
f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
|
45 |
" of arbitrary length."
|
46 |
),
|
@@ -53,6 +53,6 @@ file_transcribe = gr.Interface(
|
|
53 |
)
|
54 |
|
55 |
with demo:
|
56 |
-
gr.TabbedInterface([file_transcribe], ["
|
57 |
|
58 |
demo.launch()
|
|
|
38 |
gr.Audio(sources="upload", label="Audio file", type="filepath"),
|
39 |
],
|
40 |
outputs="label",
|
41 |
+
title="Vinyl Condition Classificator",
|
42 |
description=(
|
43 |
+
"Get your vinyl condition based on the goldmine grading standard! Demo uses the"
|
44 |
f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
|
45 |
" of arbitrary length."
|
46 |
),
|
|
|
53 |
)
|
54 |
|
55 |
with demo:
|
56 |
+
gr.TabbedInterface([file_transcribe], ["Get Viny Condition"])
|
57 |
|
58 |
demo.launch()
|