Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def chat_2(history, prompt, image, oauth_token: gr.OAuthToken | None, request: g
|
|
| 75 |
}
|
| 76 |
]
|
| 77 |
if image is not None:
|
| 78 |
-
file_url =
|
| 79 |
print(">>>>>>>>>>>>>", file_url)
|
| 80 |
content.append({
|
| 81 |
"type": "image_url",
|
|
|
|
| 75 |
}
|
| 76 |
]
|
| 77 |
if image is not None:
|
| 78 |
+
file_url = "https://abidlabs-smol-arena.hf.space/gradio_api/file=" + image
|
| 79 |
print(">>>>>>>>>>>>>", file_url)
|
| 80 |
content.append({
|
| 81 |
"type": "image_url",
|