Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,6 @@ examples = [
|
|
65 |
# --- Gradio UI ---
|
66 |
with gr.Blocks() as demo:
|
67 |
with gr.Column(elem_id="app-container"):
|
68 |
-
gr.Markdown("# 🎨 Realtime FLUX Image Generator")
|
69 |
-
gr.Markdown("Generate stunning images in real-time with Modified Flux.Schnell pipeline.")
|
70 |
-
gr.Markdown("<span style='color: red;'>Note: Sometimes it stucks or stops generating images (I don't know why). In that situation just refresh the site.</span>")
|
71 |
|
72 |
with gr.Row():
|
73 |
with gr.Column(scale=2.5):
|
|
|
65 |
# --- Gradio UI ---
|
66 |
with gr.Blocks() as demo:
|
67 |
with gr.Column(elem_id="app-container"):
|
|
|
|
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column(scale=2.5):
|