Spaces:
Runtime error
Runtime error
kingabzpro
commited on
Commit
•
f46c081
1
Parent(s):
0a009c1
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ article = "<p style='text-align: center'><a href='https://dagshub.com/kingabzpro
|
|
31 |
gr.Interface(
|
32 |
fn=transcribe,
|
33 |
inputs=[
|
34 |
-
gr.
|
35 |
"state"
|
36 |
],
|
37 |
outputs=[
|
|
|
31 |
gr.Interface(
|
32 |
fn=transcribe,
|
33 |
inputs=[
|
34 |
+
gr.Audio(source="microphone", type="filepath", streaming=True),
|
35 |
"state"
|
36 |
],
|
37 |
outputs=[
|