Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,4 @@ gr.Interface(
|
|
10 |
transcribe,
|
11 |
[gr.Audio(source="microphone", type="filepath")],
|
12 |
|
13 |
-
[gr.Textbox()]
|
14 |
-
live=True
|
15 |
-
).launch(server_name = "0.0.0.0")
|
|
|
10 |
transcribe,
|
11 |
[gr.Audio(source="microphone", type="filepath")],
|
12 |
|
13 |
+
[gr.Textbox()]).launch(server_name = "0.0.0.0")
|
|
|
|