Commit
·
0287131
1
Parent(s):
3c140e1
Update app.py
Browse filesadd info on microphone
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",
|
|
|
|
|
|
|
| 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,
|