alexkueck commited on
Commit
33d3773
1 Parent(s): 27b2a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -274,7 +274,10 @@ with gr.Blocks() as demo:
274
  [],
275
  elem_id="chatbot",
276
  bubble_full_width=False,
277
- avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
 
 
 
278
  )
279
 
280
  with gr.Row():
 
274
  [],
275
  elem_id="chatbot",
276
  bubble_full_width=False,
277
+ avatar_images=(
278
+ "https://drive.google.com/uc?id=18xKoNOHN15H_qmGhK__VKnGjKjirrquW",
279
+ "https://drive.google.com/uc?id=1tfELAQW_VbPCy6QTRbexRlwAEYo8rSSv"
280
+ ),
281
  )
282
 
283
  with gr.Row():