Commit
·
c819034
1
Parent(s):
f38c6b2
Update app.py
Browse files
app.py
CHANGED
|
@@ -308,7 +308,7 @@ gr.Interface(
|
|
| 308 |
info="Notice: Microphone input may not work properly under traffic",),
|
| 309 |
gr.Checkbox(label="Do not use language auto-detect",
|
| 310 |
value=False,
|
| 311 |
-
info="Check to disable language detection
|
| 312 |
gr.Checkbox(
|
| 313 |
label="Agree",
|
| 314 |
value=False,
|
|
|
|
| 308 |
info="Notice: Microphone input may not work properly under traffic",),
|
| 309 |
gr.Checkbox(label="Do not use language auto-detect",
|
| 310 |
value=False,
|
| 311 |
+
info="Check to disable language auto-detection",),
|
| 312 |
gr.Checkbox(
|
| 313 |
label="Agree",
|
| 314 |
value=False,
|