Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("# 🎨
|
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():
|
|
|
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():
|