AI-Platform commited on
Commit
14f1ed0
1 Parent(s): 0ebebc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -64,9 +64,8 @@ examples = [
64
  # --- Gradio UI ---
65
  with gr.Blocks() as demo:
66
  with gr.Column(elem_id="app-container"):
67
- gr.Markdown("# 🎨 Realtime FLUX Image Generator")
68
- gr.Markdown("Generate stunning images in real-time with Modified Flux.Schnell pipeline.")
69
- 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>")
70
 
71
  with gr.Row():
72
  with gr.Column(scale=2.5):
 
64
  # --- Gradio UI ---
65
  with gr.Blocks() as demo:
66
  with gr.Column(elem_id="app-container"):
67
+ gr.Markdown("# 🎨 FLUX 1.1 Pro")
68
+
 
69
 
70
  with gr.Row():
71
  with gr.Column(scale=2.5):