Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ footer {display: none !important}
|
|
62 |
|
63 |
# Create Gradio interface
|
64 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
65 |
-
gr.HTML('<div class="title">
|
66 |
gr.HTML('<div style="text-align: center; margin-bottom: 2em; color: #666;">Create stunning images from your descriptions</div>')
|
67 |
|
68 |
with gr.Row():
|
|
|
62 |
|
63 |
# Create Gradio interface
|
64 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
65 |
+
gr.HTML('<div class="title">Flux 8Step LoRA: Image Generator</div>')
|
66 |
gr.HTML('<div style="text-align: center; margin-bottom: 2em; color: #666;">Create stunning images from your descriptions</div>')
|
67 |
|
68 |
with gr.Row():
|