tykiww commited on
Commit
8af32ca
·
verified ·
1 Parent(s): 4c6fefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ def UI(config):
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
 
 
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