gorkemgoknar commited on
Commit
0287131
1 Parent(s): 3c140e1

Update app.py

Browse files

add info on microphone

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -223,7 +223,9 @@ gr.Interface(
223
  type="filepath",
224
  info="Use your microphone to record audio",
225
  label="Use Microphone for Reference"),
226
- gr.Checkbox(label="Check to use Microphone as Reference", value=False),
 
 
227
  gr.Checkbox(
228
  label="Agree",
229
  value=False,
 
223
  type="filepath",
224
  info="Use your microphone to record audio",
225
  label="Use Microphone for Reference"),
226
+ gr.Checkbox(label="Check to use Microphone as Reference",
227
+ value=False,
228
+ info="Notice: Microphone input may not work properly under traffic",),
229
  gr.Checkbox(
230
  label="Agree",
231
  value=False,