Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,7 @@ def transcribe_audio_with_gemini(audio_file):
|
|
69 |
Include timestamps for each sentence in the following format:
|
70 |
[HH:MM:SS] Sentence 1
|
71 |
[HH:MM:SS] Sentence 2
|
|
|
72 |
...
|
73 |
Ensure the timestamps are accurate and correspond to the start of each sentence.
|
74 |
Respond only with the transcription and timestamps. Do not add explanations or extra text.
|
|
|
69 |
Include timestamps for each sentence in the following format:
|
70 |
[HH:MM:SS] Sentence 1
|
71 |
[HH:MM:SS] Sentence 2
|
72 |
+
don't change any in format
|
73 |
...
|
74 |
Ensure the timestamps are accurate and correspond to the start of each sentence.
|
75 |
Respond only with the transcription and timestamps. Do not add explanations or extra text.
|