Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def transcribe_and_translate(audio_file):
|
|
| 47 |
# Save temp file path
|
| 48 |
audio_path = audio_file
|
| 49 |
|
| 50 |
-
prompt = f"Transcribe the audio accurately."
|
| 51 |
|
| 52 |
messages = [
|
| 53 |
{
|
|
|
|
| 47 |
# Save temp file path
|
| 48 |
audio_path = audio_file
|
| 49 |
|
| 50 |
+
prompt = f"Transcribe the audio accurately in German."
|
| 51 |
|
| 52 |
messages = [
|
| 53 |
{
|