Spaces:
dreroc
/
Running on Zero

yichenchenchen commited on
Commit
39ba970
·
verified ·
1 Parent(s): a3a7471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,8 +204,8 @@ with gr.Blocks(css=CSS) as demo:
204
  elem_id="chatbot1",
205
  show_label=False,
206
  avatar_images=(
207
- "/mnt/data_vlm/chris/gradio_demo/pic/user.png",
208
- "/mnt/data_vlm/chris/gradio_demo/pic/ai.png",
209
  ),
210
  )
211
  mode_selector = gr.Radio(
 
204
  elem_id="chatbot1",
205
  show_label=False,
206
  avatar_images=(
207
+ "user.png",
208
+ "ai.png",
209
  ),
210
  )
211
  mode_selector = gr.Radio(