danhtran2mind commited on
Commit
57ea55b
·
verified ·
1 Parent(s): 1cfb93a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ${5 \times 5}$) with 50 inference steps, time is approximately 1700 seconds).""")
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 512 × 512) with 50 inference steps, time is approximately 1700 seconds).""")
154
 
155
  with gr.Row():
156
  with gr.Column():