Spaces:
Runtime error
Runtime error
Leon Seidel
commited on
Commit
·
dabd7ff
1
Parent(s):
048b41f
Actually add title and description
Browse files
app.py
CHANGED
@@ -55,5 +55,5 @@ outputs = gr.JSON(label="Output")
|
|
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)
|
59 |
demo.launch()
|
|
|
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()
|