Vihang28 commited on
Commit
4c23394
1 Parent(s): d66b86d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -69,7 +69,6 @@ def api_calling(audio_file, prompt, api_key):
69
 
70
  def message_and_history(audio_file,input, history, api_key):
71
  history = history or []
72
- input_text = "Type and press Enter"
73
  output_text = api_calling(audio_file,input,api_key)
74
 
75
  if len(input_text) == 0:
 
69
 
70
  def message_and_history(audio_file,input, history, api_key):
71
  history = history or []
 
72
  output_text = api_calling(audio_file,input,api_key)
73
 
74
  if len(input_text) == 0: