Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def update_response_display():
|
|
104 |
def bot(history):
|
105 |
global llama_responded
|
106 |
#print(history)
|
107 |
-
history.append([None,gr.Audio("
|
108 |
llama_responded = 0
|
109 |
|
110 |
return history
|
|
|
104 |
def bot(history):
|
105 |
global llama_responded
|
106 |
#print(history)
|
107 |
+
history.append([None,gr.Audio("01.wav")])
|
108 |
llama_responded = 0
|
109 |
|
110 |
return history
|