Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def create_demo(
|
|
156 |
gr.Markdown("# Ghibli-Style Image Generator")
|
157 |
gr.Markdown(badges_text)
|
158 |
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.")
|
159 |
-
gr.Markdown("""**Note:** For CPU inference, execution time is long (e.g., for resolution 512 × 512) with 50 inference steps, time is approximately 1,700 seconds for 1 CPU core and
|
160 |
|
161 |
with gr.Row():
|
162 |
with gr.Column():
|
|
|
156 |
gr.Markdown("# Ghibli-Style Image Generator")
|
157 |
gr.Markdown(badges_text)
|
158 |
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.")
|
159 |
+
gr.Markdown("""**Note:** For CPU inference, execution time is long (e.g., for resolution 512 × 512) with 50 inference steps, time is approximately 1,700 seconds for 1 CPU core and 1,200 seconds for 2 CPUs).""")
|
160 |
|
161 |
with gr.Row():
|
162 |
with gr.Column():
|