Afeezee commited on
Commit
81e669a
·
verified ·
1 Parent(s): 82d3f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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