Eriberto commited on
Commit
42b0cc1
·
1 Parent(s): 62848ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ user_name = "MH"
12
  bot_name = "bbDemo"
13
 
14
  def chat_hf(audio, custom_token):
 
15
  try:
16
  whisper_text = translate(audio)
17
  user_input = whisper_text
 
12
  bot_name = "bbDemo"
13
 
14
  def chat_hf(audio, custom_token):
15
+ conversation = ""
16
  try:
17
  whisper_text = translate(audio)
18
  user_input = whisper_text