Spaces:
Sleeping
Sleeping
Commit
·
163a94e
1
Parent(s):
a817a81
Added debugging statements
Browse files
app.py
CHANGED
@@ -435,6 +435,7 @@ class ChatWrapper:
|
|
435 |
raise e
|
436 |
finally:
|
437 |
self.lock.release()
|
|
|
438 |
return history, history, html_video, temp_file, html_audio, temp_aud_file, ""
|
439 |
# return history, history, html_audio, temp_aud_file, ""
|
440 |
|
|
|
435 |
raise e
|
436 |
finally:
|
437 |
self.lock.release()
|
438 |
+
print('End', html_video)
|
439 |
return history, history, html_video, temp_file, html_audio, temp_aud_file, ""
|
440 |
# return history, history, html_audio, temp_aud_file, ""
|
441 |
|