Update app.py
Browse files
app.py
CHANGED
@@ -68,10 +68,10 @@ examples = [
|
|
68 |
"a flower going through the process of blooming"
|
69 |
]
|
70 |
|
71 |
-
with gr.Blocks(css=css) as demo:
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
gr.Markdown("# FLUX Gif Generator")
|
74 |
-
gr.Markdown("Create GIFs with Flux-dev.
|
75 |
gr.Markdown("For better results include a description of the motion in your prompt")
|
76 |
with gr.Row():
|
77 |
prompt = gr.Text(label="Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
|
|
|
68 |
"a flower going through the process of blooming"
|
69 |
]
|
70 |
|
71 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
gr.Markdown("# FLUX Gif Generator")
|
74 |
+
gr.Markdown("Create GIFs with Flux-dev.
|
75 |
gr.Markdown("For better results include a description of the motion in your prompt")
|
76 |
with gr.Row():
|
77 |
prompt = gr.Text(label="Prompt", show_label=False, max_lines=1, placeholder="Enter your prompt")
|