Spaces:
Runtime error
Runtime error
Commit
Β·
db72ed6
1
Parent(s):
9090c16
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,5 +21,5 @@ Series(
|
|
| 21 |
interface_model_L,
|
| 22 |
description = description,
|
| 23 |
title = title,
|
| 24 |
-
|
| 25 |
).launch()
|
|
|
|
| 21 |
interface_model_L,
|
| 22 |
description = description,
|
| 23 |
title = title,
|
| 24 |
+
inputs = gr.Audio(source="microphone"),
|
| 25 |
).launch()
|