Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,6 @@ file_transcribe = gr.Interface(
|
|
117 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
118 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
119 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
120 |
-
"\n\nWe hope this tool proves useful for your transcription needs."
|
121 |
),
|
122 |
allow_flagging="never",
|
123 |
)
|
@@ -134,7 +133,6 @@ mf_transcribe = gr.Interface(
|
|
134 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
135 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
136 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
137 |
-
"\n\nWe hope this tool proves useful for your transcription needs."
|
138 |
),
|
139 |
allow_flagging="never",
|
140 |
)
|
@@ -152,7 +150,6 @@ yt_transcribe = gr.Interface(
|
|
152 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
153 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
154 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
155 |
-
"\n\nWe hope this tool proves useful for your transcription needs."
|
156 |
),
|
157 |
allow_flagging="never",
|
158 |
)
|
|
|
117 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
118 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
119 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
|
|
120 |
),
|
121 |
allow_flagging="never",
|
122 |
)
|
|
|
133 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
134 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
135 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
|
|
136 |
),
|
137 |
allow_flagging="never",
|
138 |
)
|
|
|
150 |
"\n\n- Fine-tuned on 115 hours of carefully curated Albanian audio data. "
|
151 |
"\n- This is the third training run, reflecting continuous improvements as the dataset evolves. "
|
152 |
f"\n- Hosted on Hugging Face. Repository: [{model_id}](https://huggingface.co/{model_id}). "
|
|
|
153 |
),
|
154 |
allow_flagging="never",
|
155 |
)
|