Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,9 @@ def UI(config):
|
|
50 |
voice_choice = gr.Radio(label="Record or skip to use predefined voice.",
|
51 |
choices=["Record", "Predefined (Nancy)"],
|
52 |
value="Record")
|
|
|
|
|
|
|
53 |
microphone = gr.Audio(label="Audio", sources="microphone", type="filepath", elem_id='audio')
|
54 |
enter_text = gr.Textbox(label="Enter your text")
|
55 |
|
|
|
50 |
voice_choice = gr.Radio(label="Record or skip to use predefined voice.",
|
51 |
choices=["Record", "Predefined (Nancy)"],
|
52 |
value="Record")
|
53 |
+
markdown = gr.Markdown("""If recording, speak loud and clearly. Recommended speaking track
|
54 |
+
*printing, in the only sense with which we are at present concerned,
|
55 |
+
differs from most if not all the arts and crafts in the exhibition.*""")
|
56 |
microphone = gr.Audio(label="Audio", sources="microphone", type="filepath", elem_id='audio')
|
57 |
enter_text = gr.Textbox(label="Enter your text")
|
58 |
|