Spaces:
Sleeping
Sleeping
Leon Seidel
commited on
Commit
·
a0317df
1
Parent(s):
dabd7ff
Update description
Browse files
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
|
56 |
-
description = "This is
|
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()
|