Spaces:
Sleeping
Sleeping
Commit ·
8954b8d
1
Parent(s): 8ec473b
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,11 +56,8 @@ def transcribe(audio, state = ""):
|
|
| 56 |
transcriptions = transcriptions[0]
|
| 57 |
transcriptions = transcriptions[0]
|
| 58 |
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
state = state + transcriptions + " " + ret
|
| 62 |
-
else:
|
| 63 |
-
state = state + transcriptions
|
| 64 |
return state, state
|
| 65 |
|
| 66 |
gr.interface(
|
|
|
|
| 56 |
transcriptions = transcriptions[0]
|
| 57 |
transcriptions = transcriptions[0]
|
| 58 |
|
| 59 |
+
|
| 60 |
+
state = state + transcriptions
|
|
|
|
|
|
|
|
|
|
| 61 |
return state, state
|
| 62 |
|
| 63 |
gr.interface(
|