update it
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ processors = {
|
|
50 |
)
|
51 |
}
|
52 |
|
53 |
-
DESCRIPTION = "[Qwen2-VL-7B Demo](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct)"
|
54 |
|
55 |
kwargs = {}
|
56 |
kwargs["torch_dtype"] = torch.bfloat16
|
@@ -122,7 +122,7 @@ css = """
|
|
122 |
|
123 |
with gr.Blocks(css=css) as demo:
|
124 |
gr.Markdown(DESCRIPTION)
|
125 |
-
with gr.Tab(label="
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
128 |
input_img = gr.Image(label="Input Picture")
|
|
|
50 |
)
|
51 |
}
|
52 |
|
53 |
+
DESCRIPTION = "WordLift Product Description Generation - [Qwen2-VL-7B Demo](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct)"
|
54 |
|
55 |
kwargs = {}
|
56 |
kwargs["torch_dtype"] = torch.bfloat16
|
|
|
122 |
|
123 |
with gr.Blocks(css=css) as demo:
|
124 |
gr.Markdown(DESCRIPTION)
|
125 |
+
with gr.Tab(label="WordLift Product Description Generation"):
|
126 |
with gr.Row():
|
127 |
with gr.Column():
|
128 |
input_img = gr.Image(label="Input Picture")
|