Spaces:
Running
on
Zero
Running
on
Zero
Update app_inference.py
Browse files- app_inference.py +4 -2
app_inference.py
CHANGED
|
@@ -43,8 +43,10 @@ body {
|
|
| 43 |
.lora-column {
|
| 44 |
display: flex;
|
| 45 |
flex-direction: column;
|
| 46 |
-
align-items: center;
|
| 47 |
-
justify-content: center;
|
|
|
|
|
|
|
| 48 |
}
|
| 49 |
.gr-row {
|
| 50 |
align-items: center;
|
|
|
|
| 43 |
.lora-column {
|
| 44 |
display: flex;
|
| 45 |
flex-direction: column;
|
| 46 |
+
align-items: center;
|
| 47 |
+
justify-content: center;
|
| 48 |
+
border: none;
|
| 49 |
+
background: none;
|
| 50 |
}
|
| 51 |
.gr-row {
|
| 52 |
align-items: center;
|