Spaces:
Sleeping
Sleeping
Commit
·
18f094b
1
Parent(s):
8954b8d
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def transcribe(audio, state = ""):
|
|
| 60 |
state = state + transcriptions
|
| 61 |
return state, state
|
| 62 |
|
| 63 |
-
gr.
|
| 64 |
fn=transcribe,
|
| 65 |
inputs=[
|
| 66 |
gr.Audio(source="microphone", type='filepath', streaming=True),
|
|
|
|
| 60 |
state = state + transcriptions
|
| 61 |
return state, state
|
| 62 |
|
| 63 |
+
gr.Interface(
|
| 64 |
fn=transcribe,
|
| 65 |
inputs=[
|
| 66 |
gr.Audio(source="microphone", type='filepath', streaming=True),
|