Spaces:
Runtime error
Runtime error
Commit
·
01bdfbb
1
Parent(s):
0ea9acb
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
|
|
13 |
return text
|
14 |
|
15 |
def bot(history):
|
16 |
-
bot_message = random.choice(["How are you?", "I
|
17 |
history[-1][1] = ""
|
18 |
for character in bot_message:
|
19 |
history[-1][1] += character
|
|
|
13 |
return text
|
14 |
|
15 |
def bot(history):
|
16 |
+
bot_message = random.choice(["How are you?", "I wanted to tell you that...", "hehehe", "huihuihuihui", "I'm very hungry"])
|
17 |
history[-1][1] = ""
|
18 |
for character in bot_message:
|
19 |
history[-1][1] += character
|