Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
stzhao/Qwen2.5-VL-7B-Instruct
stzhao
/
Qwen2.5-VL-3B-Instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
Jan 9
Commit
ad8686d
Β·
verified
Β·
1 Parent(s):
aff3623
Upload style.css
Browse files
Files changed (1)
hide
show
style.css
+11
-0
style.css
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
h1 {
2
+
text-align: center;
3
+
display: block;
4
+
}
5
+
6
+
#duplicate-button {
7
+
margin: auto;
8
+
color: #fff;
9
+
background: #1565c0;
10
+
border-radius: 100vh;
11
+
}