Spaces:
Paused
Paused
Update Quick Examples with real JFK audio prompt and proper transcriptions
Browse files
app.py
CHANGED
|
@@ -270,9 +270,9 @@ def create_gradio_interface():
|
|
| 270 |
|
| 271 |
gr.Examples(
|
| 272 |
examples=[
|
| 273 |
-
["
|
| 274 |
-
["今天天氣真好,我們去公園散步吧!",
|
| 275 |
-
["The quick brown fox jumps over the lazy dog.",
|
| 276 |
],
|
| 277 |
inputs=[text_input, prompt_audio, prompt_text, model_dropdown, speed_slider],
|
| 278 |
label="Quick Examples"
|
|
|
|
| 270 |
|
| 271 |
gr.Examples(
|
| 272 |
examples=[
|
| 273 |
+
["I have a dream that one day this nation will rise up and live out the true meaning of its creed.", "https://github.com/ggml-org/whisper.cpp/raw/refs/heads/master/samples/jfk.wav", "ask not what your country can do for you, ask what you can do for your country", "zipvoice", 1.0],
|
| 274 |
+
["今天天氣真好,我們去公園散步吧!", "https://github.com/ggml-org/whisper.cpp/raw/refs/heads/master/samples/jfk.wav", "ask not what your country can do for you, ask what you can do for your country", "zipvoice", 1.0],
|
| 275 |
+
["The quick brown fox jumps over the lazy dog.", "https://github.com/ggml-org/whisper.cpp/raw/refs/heads/master/samples/jfk.wav", "ask not what your country can do for you, ask what you can do for your country", "zipvoice_distill", 1.2],
|
| 276 |
],
|
| 277 |
inputs=[text_input, prompt_audio, prompt_text, model_dropdown, speed_slider],
|
| 278 |
label="Quick Examples"
|