Spaces:
Running
Running
Update gradio_app.py
Browse files- 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]
|