Spaces:
Running
Running
fix typo
Browse files
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
|
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 |
|