Spaces:
Running
on
Zero
Running
on
Zero
Update app_inference.py
Browse files- app_inference.py +5 -1
app_inference.py
CHANGED
|
@@ -87,13 +87,17 @@ css = """
|
|
| 87 |
|
| 88 |
.lora-column {
|
| 89 |
border: none;
|
| 90 |
-
background: none
|
| 91 |
}
|
| 92 |
.gr-row {
|
| 93 |
align-items: center;
|
| 94 |
justify-content: center;
|
| 95 |
margin-top: 5px;
|
| 96 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
"""
|
| 98 |
|
| 99 |
def get_choices(hf_token):
|
|
|
|
| 87 |
|
| 88 |
.lora-column {
|
| 89 |
border: none;
|
| 90 |
+
background: none;
|
| 91 |
}
|
| 92 |
.gr-row {
|
| 93 |
align-items: center;
|
| 94 |
justify-content: center;
|
| 95 |
margin-top: 5px;
|
| 96 |
}
|
| 97 |
+
|
| 98 |
+
.svelte-iyf88w {
|
| 99 |
+
background: none;
|
| 100 |
+
}
|
| 101 |
"""
|
| 102 |
|
| 103 |
def get_choices(hf_token):
|