Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -48,10 +48,7 @@ css="""
|
|
48 |
with gr.Blocks(css=css) as demo:
|
49 |
|
50 |
with gr.Column(elem_id="col-container"):
|
51 |
-
gr.Markdown(
|
52 |
-
# Text-to-Image Gradio Template
|
53 |
-
Currently running on {power_device}.
|
54 |
-
""")
|
55 |
|
56 |
with gr.Row():
|
57 |
|
|
|
48 |
with gr.Blocks(css=css) as demo:
|
49 |
|
50 |
with gr.Column(elem_id="col-container"):
|
51 |
+
gr.Markdown("""# SDXL Flash""")
|
|
|
|
|
|
|
52 |
|
53 |
with gr.Row():
|
54 |
|