Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def chat(message, history, openai_api_key):
|
|
68 |
|
69 |
for image_value in image_values:
|
70 |
i = i + 1
|
71 |
-
images += f"<b>
|
72 |
except Exception as e:
|
73 |
raise gr.Error(e)
|
74 |
|
|
|
68 |
|
69 |
for image_value in image_values:
|
70 |
i = i + 1
|
71 |
+
images += f"<b>Message {i}:</b><br>[https://platform.openai.com/storage/files/{image_value}](https://platform.openai.com/storage/files/{image_value})<br><br>"
|
72 |
except Exception as e:
|
73 |
raise gr.Error(e)
|
74 |
|