Spaces:
Runtime error
Runtime error
Update app_inference.py
Browse files- app_inference.py +5 -0
app_inference.py
CHANGED
|
@@ -34,6 +34,11 @@ css = """
|
|
| 34 |
body {
|
| 35 |
font-size: 30px;
|
| 36 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
.gr-image {
|
| 38 |
width: 512px;
|
| 39 |
height: 512px;
|
|
|
|
| 34 |
body {
|
| 35 |
font-size: 30px;
|
| 36 |
}
|
| 37 |
+
|
| 38 |
+
h1 {
|
| 39 |
+
text-align: center;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
.gr-image {
|
| 43 |
width: 512px;
|
| 44 |
height: 512px;
|