Spaces:
Runtime error
Runtime error
Update app.py
#2
by
Mbilal755
- opened
app.py
CHANGED
@@ -137,7 +137,7 @@ def translate(audio):
|
|
137 |
—
|
138 |
Sending audio to Whisper ...
|
139 |
—
|
140 |
-
""")
|
141 |
|
142 |
text_result = whisper(audio, None, "transcribe", fn_index=0)
|
143 |
#print(text_result)
|
|
|
137 |
—
|
138 |
Sending audio to Whisper ...
|
139 |
—
|
140 |
+
""")
|
141 |
|
142 |
text_result = whisper(audio, None, "transcribe", fn_index=0)
|
143 |
#print(text_result)
|