SinghAbhinav04 commited on
Commit
7162e5f
Β·
verified Β·
1 Parent(s): f6145c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -282,7 +282,8 @@ def create_interface():
282
  label="Chat History",
283
  height=500,
284
  show_copy_button=True,
285
- avatar_images=["πŸ‘€", "πŸ€–"]
 
286
  )
287
 
288
  with gr.Row():
@@ -456,5 +457,4 @@ if __name__ == "__main__":
456
  server_port=7860,
457
  share=True,
458
  show_api=True,
459
- enable_queue=True
460
  )
 
282
  label="Chat History",
283
  height=500,
284
  show_copy_button=True,
285
+ avatar_images=["πŸ‘€", "πŸ€–"],
286
+ type="messages"
287
  )
288
 
289
  with gr.Row():
 
457
  server_port=7860,
458
  share=True,
459
  show_api=True,
 
460
  )