Vihang28 commited on
Commit
e103d16
1 Parent(s): cefb089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- input_text = "Speech from the video."
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))