Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ examples = [
|
|
| 61 |
["An astronaut on mars in a futuristic cyborg suit"],
|
| 62 |
]
|
| 63 |
|
| 64 |
-
css =
|
| 65 |
.gradio-container {
|
| 66 |
max-width: 1400px !important;
|
| 67 |
margin: auto;
|
|
|
|
| 61 |
["An astronaut on mars in a futuristic cyborg suit"],
|
| 62 |
]
|
| 63 |
|
| 64 |
+
css = """
|
| 65 |
.gradio-container {
|
| 66 |
max-width: 1400px !important;
|
| 67 |
margin: auto;
|