Spaces:
Runtime error
Runtime error
Commit
·
95e6f59
1
Parent(s):
5828a47
Added comma for demo3
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ demo2 = gr.Interface(detect_language,
|
|
10 |
# gr.Audio(sources=["microphone"]),
|
11 |
outputs=["text","text"])
|
12 |
demo3 = gr.Interface(transcribe_lang,
|
13 |
-
inputs = ["microphone","text"]
|
14 |
# gr.Audio(sources=["microphone"]),
|
15 |
outputs=["text","text"])
|
16 |
|
|
|
10 |
# gr.Audio(sources=["microphone"]),
|
11 |
outputs=["text","text"])
|
12 |
demo3 = gr.Interface(transcribe_lang,
|
13 |
+
inputs = ["microphone","text"],
|
14 |
# gr.Audio(sources=["microphone"]),
|
15 |
outputs=["text","text"])
|
16 |
|