pawlo2013 commited on
Commit
9341531
·
1 Parent(s): 18c30e2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(theme=theme) as demo:
105
  with gr.Row():
106
  generate_info = gr.Markdown(
107
  "<p style='text-align: center; font-size: 16px;'>"
108
- "Notes: Depending on where you run this demo, it might take a while to generate the output. For the HF space it may take up to 20 minutes for 100 sampling steps. We reccomend lowering the sampling steps to 10 for the HF space. Model trained using this <a href='https://huggingface.co/datasets/pawlo2013/anime_diffusion_full'>dataset</a>."
109
  "</p>"
110
  )
111
 
 
105
  with gr.Row():
106
  generate_info = gr.Markdown(
107
  "<p style='text-align: center; font-size: 16px;'>"
108
+ "Notes: Depending on where you run this demo, it might take a while to generate the output. For the HF space it may take up to 20 minutes for 100 sampling steps. We recommend lowering the sampling steps to 10 for the HF space. Model trained using this <a href='https://huggingface.co/datasets/pawlo2013/anime_diffusion_full'>dataset</a>."
109
  "</p>"
110
  )
111