Spaces:
Running
Running
mattcracker
commited on
Commit
•
5169fea
1
Parent(s):
470ca15
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,17 @@ Feel free to test without log.
|
|
24 |
</center>
|
25 |
"""
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
model = AutoModelForCausalLM.from_pretrained(
|
29 |
MODELS,
|
|
|
24 |
</center>
|
25 |
"""
|
26 |
|
27 |
+
CSS = """
|
28 |
+
.duplicate-button {
|
29 |
+
margin: auto !important;
|
30 |
+
color: white !important;
|
31 |
+
background: black !important;
|
32 |
+
border-radius: 100vh !important;
|
33 |
+
}
|
34 |
+
h3 {
|
35 |
+
text-align: center;
|
36 |
+
}
|
37 |
+
"""
|
38 |
|
39 |
model = AutoModelForCausalLM.from_pretrained(
|
40 |
MODELS,
|