Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def chat_1(history, prompt, image, oauth_token: gr.OAuthToken | None, request: g
|
|
22 |
}
|
23 |
]
|
24 |
if image is not None:
|
25 |
-
file_url =
|
26 |
print(">>>>>>>>>>>>>", file_url)
|
27 |
content.append({
|
28 |
"type": "image_url",
|
|
|
22 |
}
|
23 |
]
|
24 |
if image is not None:
|
25 |
+
file_url = "https://abidlabs-smol-arena.hf.space/gradio_api/file=" + image
|
26 |
print(">>>>>>>>>>>>>", file_url)
|
27 |
content.append({
|
28 |
"type": "image_url",
|