Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ css = """
|
|
58 |
}
|
59 |
"""
|
60 |
|
61 |
-
with gr.Blocks(theme='
|
62 |
gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
|
63 |
with gr.Column(elem_id="app-container"):
|
64 |
with gr.Row():
|
|
|
58 |
}
|
59 |
"""
|
60 |
|
61 |
+
with gr.Blocks(theme='gstaff/xkcd', css=css) as app:
|
62 |
gr.HTML("<center><h1>FLUX.1-Schnell</h1></center>")
|
63 |
with gr.Column(elem_id="app-container"):
|
64 |
with gr.Row():
|