KleinPenny commited on
Commit
3306798
·
verified ·
1 Parent(s): 36a22ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/home/yxpeng/Projects/RAGHack/Exodia/voice_sample/trump1.wav")])
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