Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,11 +75,11 @@ mf_transcribe = gr.Interface(
|
|
75 |
outputs="text",
|
76 |
layout="horizontal",
|
77 |
theme="huggingface",
|
78 |
-
title="
|
79 |
description=(
|
80 |
-
"
|
81 |
-
f" checkpoint [
|
82 |
-
"
|
83 |
),
|
84 |
allow_flagging="never",
|
85 |
)
|
@@ -93,7 +93,7 @@ yt_transcribe = gr.Interface(
|
|
93 |
outputs=["html", "text"],
|
94 |
layout="horizontal",
|
95 |
theme="huggingface",
|
96 |
-
title="
|
97 |
description=(
|
98 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
99 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|
|
|
75 |
outputs="text",
|
76 |
layout="horizontal",
|
77 |
theme="huggingface",
|
78 |
+
title="Sesten Metne Yapay Zeka Destekli Aktarım",
|
79 |
description=(
|
80 |
+
"Bu hizmet"
|
81 |
+
f" checkpoint [siviltoplum.tech](https://siviltoplum.tech) "
|
82 |
+
"tarafından sağlanmaktadır 🤗 "
|
83 |
),
|
84 |
allow_flagging="never",
|
85 |
)
|
|
|
93 |
outputs=["html", "text"],
|
94 |
layout="horizontal",
|
95 |
theme="huggingface",
|
96 |
+
title="Videodan Sese Yapay Zeka Destekli Aktarım",
|
97 |
description=(
|
98 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
99 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
|