Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
with gr.Column(elem_id="app-container"):
|
60 |
gr.Markdown("# 🎨 Realtime FLUX Image Generator")
|
61 |
gr.Markdown("Generate stunning images in real-time with advanced AI technology.")
|
|
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column(scale=3):
|
|
|
59 |
with gr.Column(elem_id="app-container"):
|
60 |
gr.Markdown("# 🎨 Realtime FLUX Image Generator")
|
61 |
gr.Markdown("Generate stunning images in real-time with advanced AI technology.")
|
62 |
+
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>")
|
63 |
|
64 |
with gr.Row():
|
65 |
with gr.Column(scale=3):
|