Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def transcribe(microphone, state, task="transcribe"):
|
|
| 28 |
|
| 29 |
text = pipe(file)["text"]
|
| 30 |
|
| 31 |
-
return state + "\n" text, state + "\n" text
|
| 32 |
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
text = pipe(file)["text"]
|
| 30 |
|
| 31 |
+
return state + "\n" + text, state + "\n" + text
|
| 32 |
|
| 33 |
|
| 34 |
|