Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -269,6 +269,10 @@ def main() -> None:
|
|
269 |
.generating {
|
270 |
border: none;
|
271 |
}
|
|
|
|
|
|
|
|
|
272 |
"""
|
273 |
|
274 |
with gr.Blocks(css=css) as demo:
|
|
|
269 |
.generating {
|
270 |
border: none;
|
271 |
}
|
272 |
+
img {
|
273 |
+
width: auto; /* or you can set it to a specific width like 200px */
|
274 |
+
height: 100px; /* adjust the height as needed */
|
275 |
+
}
|
276 |
"""
|
277 |
|
278 |
with gr.Blocks(css=css) as demo:
|