Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,6 @@ mf_transcribe = gr.Interface(
|
|
97 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
98 |
],
|
99 |
outputs="text",
|
100 |
-
theme="huggingface",
|
101 |
title="Whisper Uzbek: Transcribe Audio",
|
102 |
description=(
|
103 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
@@ -114,7 +113,6 @@ file_transcribe = gr.Interface(
|
|
114 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
115 |
],
|
116 |
outputs="text",
|
117 |
-
theme="huggingface",
|
118 |
title="Whisper Uzbek: Transcribe Audio",
|
119 |
description=(
|
120 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
@@ -131,7 +129,6 @@ yt_transcribe = gr.Interface(
|
|
131 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
132 |
],
|
133 |
outputs=["html", "text"],
|
134 |
-
theme="huggingface",
|
135 |
title="Whisper Uzbek: Transcribe YouTube",
|
136 |
description=(
|
137 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the OpenAI Whisper checkpoint"
|
|
|
97 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
98 |
],
|
99 |
outputs="text",
|
|
|
100 |
title="Whisper Uzbek: Transcribe Audio",
|
101 |
description=(
|
102 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
|
|
113 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
114 |
],
|
115 |
outputs="text",
|
|
|
116 |
title="Whisper Uzbek: Transcribe Audio",
|
117 |
description=(
|
118 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the OpenAI Whisper"
|
|
|
129 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
130 |
],
|
131 |
outputs=["html", "text"],
|
|
|
132 |
title="Whisper Uzbek: Transcribe YouTube",
|
133 |
description=(
|
134 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the OpenAI Whisper checkpoint"
|