Update app_inference.py
Browse files- app_inference.py +3 -7
app_inference.py
CHANGED
|
@@ -51,7 +51,7 @@ SAMPLE_MODEL_IDS = [
|
|
| 51 |
]
|
| 52 |
css = """
|
| 53 |
.gradio-container {
|
| 54 |
-
max-width:
|
| 55 |
}
|
| 56 |
|
| 57 |
#title {
|
|
@@ -74,8 +74,8 @@ css = """
|
|
| 74 |
}
|
| 75 |
|
| 76 |
.gr-image {
|
| 77 |
-
width:
|
| 78 |
-
height:
|
| 79 |
object-fit: contain;
|
| 80 |
margin: auto;
|
| 81 |
}
|
|
@@ -86,10 +86,6 @@ css = """
|
|
| 86 |
}
|
| 87 |
|
| 88 |
.lora-column {
|
| 89 |
-
display: flex;
|
| 90 |
-
flex-direction: column;
|
| 91 |
-
align-items: center;
|
| 92 |
-
justify-content: center;
|
| 93 |
border: none;
|
| 94 |
background: none;
|
| 95 |
}
|
|
|
|
| 51 |
]
|
| 52 |
css = """
|
| 53 |
.gradio-container {
|
| 54 |
+
max-width: 900px !important;
|
| 55 |
}
|
| 56 |
|
| 57 |
#title {
|
|
|
|
| 74 |
}
|
| 75 |
|
| 76 |
.gr-image {
|
| 77 |
+
width: 256px;
|
| 78 |
+
height: 256px;
|
| 79 |
object-fit: contain;
|
| 80 |
margin: auto;
|
| 81 |
}
|
|
|
|
| 86 |
}
|
| 87 |
|
| 88 |
.lora-column {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
border: none;
|
| 90 |
background: none;
|
| 91 |
}
|