clr commited on
Commit
1ddd191
·
1 Parent(s): e0c7a46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -190,14 +190,14 @@ with bl:
190
 
191
  current_prompt = gr.State((None,None))
192
  with gr.Row(equal_height=True):
193
- new_prompt_button = gr.Button("🔃 Endurnýja textann ⮕",scale=0)
194
- prompt_text = gr.Textbox(label="Texti", value="[--- stuttur æfingatexti ---]", interactive=False)
195
 
196
  #with gr.Row(equal_height=True):
197
  #with gr.Column():
198
- user_speech = gr.Audio(sources=["upload", "microphone"],type="filepath",
199
  waveform_options=gr.WaveformOptions(sample_rate=16000),
200
- label="Lestu textann upphátt og vistaðu upptöku")
201
  #with gr.Column(scale=0):
202
  score_speech_button = gr.Button("⇩⇩⇩")
203
 
 
190
 
191
  current_prompt = gr.State((None,None))
192
  with gr.Row(equal_height=True):
193
+ new_prompt_button = gr.Button("🔃 Endurnýja texta ⮕",scale=0)
194
+ prompt_text = gr.Textbox(label="Lestu eftirfarandi texta:", value="[--- stuttur æfingatexti ---]", interactive=False)
195
 
196
  #with gr.Row(equal_height=True):
197
  #with gr.Column():
198
+ user_speech = gr.Audio(sources=["microphone"],type="filepath",
199
  waveform_options=gr.WaveformOptions(sample_rate=16000),
200
+ label="Lestu upp texta og vistaðu upptöku")
201
  #with gr.Column(scale=0):
202
  score_speech_button = gr.Button("⇩⇩⇩")
203