Spaces:
Build error
Build error
soupstick
commited on
Commit
Β·
b28f2cd
1
Parent(s):
1bfbe46
Fix: Add required HF Space configuration to README
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π Qwen2-VL Amazon Listing Generator (LoRA)
|
2 |
|
3 |
This Hugging Face Space showcases a **fine-tuned Qwen2-VL-7B model with LoRA adapter** trained to generate **Amazon-style product listings** from product images.
|
|
|
1 |
+
---
|
2 |
+
title: Qwen2-VL Amazon Listing Generator
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
# π Qwen2-VL Amazon Listing Generator (LoRA)
|
15 |
|
16 |
This Hugging Face Space showcases a **fine-tuned Qwen2-VL-7B model with LoRA adapter** trained to generate **Amazon-style product listings** from product images.
|