Spaces:
Runtime error
Runtime error
Commit
Β·
9454406
1
Parent(s):
7e4153d
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", type="
|
25 |
).launch()
|
|
|
21 |
interface_model_L,
|
22 |
description = description,
|
23 |
title = title,
|
24 |
+
input = gr.Audio(source="microphone", type="filepath"),
|
25 |
).launch()
|