Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def create_demo(
|
|
150 |
gr.Markdown("# Ghibli-Style Image Generator")
|
151 |
gr.Markdown(badges_text)
|
152 |
gr.Markdown("Generate images in Ghibli style using a fine-tuned Stable Diffusion model. Select an example below to load a pre-generated image or enter a prompt to generate a new one.")
|
153 |
-
gr.Markdown("""**Note:** For CPU inference, execution time is long (e.g., for resolution
|
154 |
|
155 |
with gr.Row():
|
156 |
with gr.Column():
|
|
|
150 |
gr.Markdown("# Ghibli-Style Image Generator")
|
151 |
gr.Markdown(badges_text)
|
152 |
gr.Markdown("Generate images in Ghibli style using a fine-tuned Stable Diffusion model. Select an example below to load a pre-generated image or enter a prompt to generate a new one.")
|
153 |
+
gr.Markdown("""**Note:** For CPU inference, execution time is long (e.g., for resolution ${5 \times 5}$) with 50 inference steps, time is approximately 1700 seconds).""")
|
154 |
|
155 |
with gr.Row():
|
156 |
with gr.Column():
|