Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ iface = gr.Interface(
|
|
| 64 |
],
|
| 65 |
outputs="text",
|
| 66 |
title="Deep Image Analysis using LLM",
|
| 67 |
-
description="Upload an image and provide instructions to analyze the image using Llama 3.2 90B Vision.",
|
| 68 |
live=False,
|
| 69 |
)
|
| 70 |
|
|
|
|
| 64 |
],
|
| 65 |
outputs="text",
|
| 66 |
title="Deep Image Analysis using LLM",
|
| 67 |
+
description="Upload an image and provide instructions to analyze the image using Llama 3.2 90B Vision. You can upload and analyse as many pictures as possible with no restrictions. However, it's one at a time.",
|
| 68 |
live=False,
|
| 69 |
)
|
| 70 |
|