Leon Seidel commited on
Commit
a0317df
·
1 Parent(s): dabd7ff

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def generate(image):
52
  inputs = gr.Image(type="pil", label="Input Image")
53
  outputs = gr.JSON(label="Output")
54
 
55
- title = "ForestFireVLM-7B"
56
- description = "This is a ForestFireVLM-7B, a finetune of Qwen2.5-VL-7B-Instruct. This demo shows how Vision-Language Models can give detailled and structured captions for forest fires from UAV perspectives."
57
 
58
  demo = gr.Interface(fn=generate, inputs=inputs, outputs=outputs, deep_link=False, title=title, description=description)
59
  demo.launch()
 
52
  inputs = gr.Image(type="pil", label="Input Image")
53
  outputs = gr.JSON(label="Output")
54
 
55
+ title = "ForestFireVLM"
56
+ description = "This is ForestFireVLM-7B, a finetune of Qwen2.5-VL-7B-Instruct. Our demo shows how Vision-Language Models can give detailled and structured captions for forest fires from UAV perspectives."
57
 
58
  demo = gr.Interface(fn=generate, inputs=inputs, outputs=outputs, deep_link=False, title=title, description=description)
59
  demo.launch()