Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def message_and_history(audio_file,input, history, api_key):
|
|
72 |
output_text = api_calling(audio_file,input,api_key)
|
73 |
|
74 |
if len(input) == 0:
|
75 |
-
|
76 |
history.append((input, output_text))
|
77 |
else:
|
78 |
history.append((input, output_text))
|
|
|
72 |
output_text = api_calling(audio_file,input,api_key)
|
73 |
|
74 |
if len(input) == 0:
|
75 |
+
input = "Speech from the video."
|
76 |
history.append((input, output_text))
|
77 |
else:
|
78 |
history.append((input, output_text))
|