Spaces:
Runtime error
Runtime error
khulnasoft
commited on
Commit
•
91837e5
1
Parent(s):
7d47bce
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ class Client:
|
|
94 |
for image_url in image_urls:
|
95 |
if not image_url.startswith("http"):
|
96 |
image_url = "public/" + image_url.replace("public/", "")
|
97 |
-
messages.append((None, f
|
|
|
94 |
for image_url in image_urls:
|
95 |
if not image_url.startswith("http"):
|
96 |
image_url = "public/" + image_url.replace("public/", "")
|
97 |
+
messages.append((None, f"{name}"))
|