Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,6 @@ mf_transcribe = gr.Interface(
|
|
99 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
100 |
],
|
101 |
outputs="text",
|
102 |
-
layout="horizontal",
|
103 |
-
theme="huggingface",
|
104 |
title="Whisper Large V3: Transcribe Audio",
|
105 |
description=(
|
106 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -117,8 +115,6 @@ file_transcribe = gr.Interface(
|
|
117 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
118 |
],
|
119 |
outputs="text",
|
120 |
-
layout="horizontal",
|
121 |
-
theme="huggingface",
|
122 |
title="Whisper Large V3: Transcribe Audio",
|
123 |
description=(
|
124 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -135,8 +131,6 @@ yt_transcribe = gr.Interface(
|
|
135 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
136 |
],
|
137 |
outputs=["html", "text"],
|
138 |
-
layout="horizontal",
|
139 |
-
theme="huggingface",
|
140 |
title="Whisper Large V3: Transcribe YouTube",
|
141 |
description=(
|
142 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
|
|
99 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
100 |
],
|
101 |
outputs="text",
|
|
|
|
|
102 |
title="Whisper Large V3: Transcribe Audio",
|
103 |
description=(
|
104 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
115 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
116 |
],
|
117 |
outputs="text",
|
|
|
|
|
118 |
title="Whisper Large V3: Transcribe Audio",
|
119 |
description=(
|
120 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
131 |
gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
|
132 |
],
|
133 |
outputs=["html", "text"],
|
|
|
|
|
134 |
title="Whisper Large V3: Transcribe YouTube",
|
135 |
description=(
|
136 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|