Spaces:
Runtime error
Runtime error
AI-Platform
commited on
Update app.py
Browse files
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("# 🎨
|
68 |
-
|
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):
|