Irpan
commited on
Commit
•
deab4af
1
Parent(s):
be00192
app
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as app:
|
|
32 |
placeholder="Enter Uyghur text here...",
|
33 |
)
|
34 |
with gr.Row():
|
35 |
-
example_audio = gr.Audio(label="3. Click Generate Example Pronunciation")
|
36 |
with gr.Row():
|
37 |
generate_btn = gr.Button("Generate Example Pronunciation")
|
38 |
with gr.Row():
|
|
|
32 |
placeholder="Enter Uyghur text here...",
|
33 |
)
|
34 |
with gr.Row():
|
35 |
+
example_audio = gr.Audio(label="3. Click \"Generate Example Pronunciation\"")
|
36 |
with gr.Row():
|
37 |
generate_btn = gr.Button("Generate Example Pronunciation")
|
38 |
with gr.Row():
|