Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -522,6 +522,7 @@ def transcribe_function(stream, new_chunk):
|
|
522 |
|
523 |
return stream, full_text, result
|
524 |
|
|
|
525 |
def update_map_with_response(history):
|
526 |
if not history:
|
527 |
return ""
|
|
|
522 |
|
523 |
return stream, full_text, result
|
524 |
|
525 |
+
|
526 |
def update_map_with_response(history):
|
527 |
if not history:
|
528 |
return ""
|