Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,14 +41,14 @@ examples = [
|
|
| 41 |
"an anime illustration of a wiener schnitzel",
|
| 42 |
]
|
| 43 |
|
| 44 |
-
css="""
|
| 45 |
-
#col-container {
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
}
|
| 49 |
-
"""
|
| 50 |
|
| 51 |
-
with gr.Blocks(
|
| 52 |
|
| 53 |
with gr.Column(elem_id="col-container"):
|
| 54 |
gr.Markdown(f"""# FLUX.1 [schnell]
|
|
|
|
| 41 |
"an anime illustration of a wiener schnitzel",
|
| 42 |
]
|
| 43 |
|
| 44 |
+
# css="""
|
| 45 |
+
# #col-container {
|
| 46 |
+
# margin: 0 auto;
|
| 47 |
+
# max-width: 520px;
|
| 48 |
+
# }
|
| 49 |
+
# """
|
| 50 |
|
| 51 |
+
with gr.Blocks() as demo:
|
| 52 |
|
| 53 |
with gr.Column(elem_id="col-container"):
|
| 54 |
gr.Markdown(f"""# FLUX.1 [schnell]
|