Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ mf_transcribe = gr.Interface(
|
|
| 36 |
fn=transcribe,
|
| 37 |
inputs=[
|
| 38 |
gr.Audio(source="microphone", type="filepath", optional=True),
|
| 39 |
-
gr.State()
|
| 40 |
],
|
| 41 |
outputs=[
|
| 42 |
gr.Textbox(lines=15),
|
|
|
|
| 36 |
fn=transcribe,
|
| 37 |
inputs=[
|
| 38 |
gr.Audio(source="microphone", type="filepath", optional=True),
|
| 39 |
+
gr.State(value="")
|
| 40 |
],
|
| 41 |
outputs=[
|
| 42 |
gr.Textbox(lines=15),
|