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