Spaces:
Running
on
Zero
Running
on
Zero
Helw150
commited on
Commit
•
28ebe68
1
Parent(s):
3054c91
Dumb'
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def transcribe(audio_input, state, model_order):
|
|
89 |
yield (
|
90 |
gr.Button(value="Click to run inference!", interactive=True, variant="primary"),
|
91 |
response,
|
92 |
-
|
93 |
)
|
94 |
|
95 |
|
|
|
89 |
yield (
|
90 |
gr.Button(value="Click to run inference!", interactive=True, variant="primary"),
|
91 |
response,
|
92 |
+
state,
|
93 |
)
|
94 |
|
95 |
|