Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ file_transcribe = gr.Interface(
|
|
43 |
title="Vinyl Demo: Get Vinyl Condition",
|
44 |
description=(
|
45 |
"Get your vinyl ocndition based on the golmine grading starndard! Demo uses the"
|
46 |
-
f" checkpoint [{
|
47 |
" of arbitrary length."
|
48 |
),
|
49 |
examples=[
|
|
|
43 |
title="Vinyl Demo: Get Vinyl Condition",
|
44 |
description=(
|
45 |
"Get your vinyl ocndition based on the golmine grading starndard! Demo uses the"
|
46 |
+
f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
|
47 |
" of arbitrary length."
|
48 |
),
|
49 |
examples=[
|