Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def UI(config):
|
|
| 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 |
|
|
|
|
| 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 |
|