Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def transcribe(audio):
|
|
| 32 |
model="whisper-large-v3",
|
| 33 |
response_format="text"
|
| 34 |
)
|
| 35 |
-
return transcription
|
| 36 |
|
| 37 |
def generate_response(prompt):
|
| 38 |
chat_completion = client.chat.completions.create(
|
|
|
|
| 32 |
model="whisper-large-v3",
|
| 33 |
response_format="text"
|
| 34 |
)
|
| 35 |
+
return transcription
|
| 36 |
|
| 37 |
def generate_response(prompt):
|
| 38 |
chat_completion = client.chat.completions.create(
|