CryptoCreeper commited on
Commit
56779b5
·
verified ·
1 Parent(s): f42acaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,7 +50,7 @@ def generate_workflow(prompt, width, height, steps):
50
  yield f"✅ Done in {duration}s", image
51
 
52
  with gr.Blocks(theme=gr.themes.Soft(), title="AI Image Lab") as demo:
53
- gr.Markdown("# 🎨 AI Image Lab")
54
 
55
  with gr.Row():
56
  with gr.Column(scale=1):
@@ -69,7 +69,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="AI Image Lab") as demo:
69
  generate_btn = gr.Button("🚀 Generate", variant="primary")
70
 
71
  with gr.Column(scale=1):
72
- status_bar = gr.Markdown("### Status: **Ready**")
73
  image_output = gr.Image(label="🖼️ Result")
74
  # refined_prompt_display = gr.Textbox(label="📝 Enhanced Prompt Used", interactive=False)
75
 
 
50
  yield f"✅ Done in {duration}s", image
51
 
52
  with gr.Blocks(theme=gr.themes.Soft(), title="AI Image Lab") as demo:
53
+ gr.Markdown("# ⚡️ AI Image PRO")
54
 
55
  with gr.Row():
56
  with gr.Column(scale=1):
 
69
  generate_btn = gr.Button("🚀 Generate", variant="primary")
70
 
71
  with gr.Column(scale=1):
72
+ status_bar = gr.Markdown("### Status: **Ready**")
73
  image_output = gr.Image(label="🖼️ Result")
74
  # refined_prompt_display = gr.Textbox(label="📝 Enhanced Prompt Used", interactive=False)
75