Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|