LLMhacker commited on
Commit
268793a
·
verified ·
1 Parent(s): c8f5ee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ examples = [
65
  # --- Gradio UI ---
66
  with gr.Blocks() as demo:
67
  with gr.Column(elem_id="app-container"):
68
- gr.Markdown("# 🎨 Realtime Janus Pro Image Generator")
69
- gr.Markdown("Generate stunning images in real-time with Janus Pro AI ")
70
  gr.Markdown("<span style='color: red;'>Note: Sometimes it stucks or stops generating images. In that situation just refresh the site.</span>")
71
 
72
  with gr.Row():
 
65
  # --- Gradio UI ---
66
  with gr.Blocks() as demo:
67
  with gr.Column(elem_id="app-container"):
68
+ gr.Markdown("# 🎨 Text to Image Generator")
69
+ gr.Markdown("Generate stunning images in real-time")
70
  gr.Markdown("<span style='color: red;'>Note: Sometimes it stucks or stops generating images. In that situation just refresh the site.</span>")
71
 
72
  with gr.Row():