Spaces:
Runtime error
Runtime error
Commit
Β·
7e4153d
1
Parent(s):
b36837b
Update app.py
Browse files
app.py
CHANGED
@@ -17,10 +17,9 @@ interface_model_L = gr.Interface.load(
|
|
17 |
)
|
18 |
|
19 |
Series(
|
20 |
-
audio_int,
|
21 |
wisper,
|
22 |
interface_model_L,
|
23 |
description = description,
|
24 |
title = title,
|
25 |
-
input =gr.Audio(source="microphone", type="numpy", label="Speak here..."),
|
26 |
).launch()
|
|
|
17 |
)
|
18 |
|
19 |
Series(
|
|
|
20 |
wisper,
|
21 |
interface_model_L,
|
22 |
description = description,
|
23 |
title = title,
|
24 |
+
input = gr.Audio(source="microphone", type="numpy", label="Speak here..."),
|
25 |
).launch()
|