ahmedheakl commited on
Commit
20d1e0c
·
verified ·
1 Parent(s): f1d330d

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -61,7 +61,7 @@ def load_chat(
61
  history = history[-TOP_N_HISTORY:]
62
  files = message.get('files', [])
63
  content = [
64
- {"type": "text", "text": message.get('text', '')}
65
  ]
66
  if files:
67
  src_path = files[0]
 
61
  history = history[-TOP_N_HISTORY:]
62
  files = message.get('files', [])
63
  content = [
64
+ {"type": "text", "text": message.get('text', 'Describe the photo in detail.')}
65
  ]
66
  if files:
67
  src_path = files[0]