alfredplpl commited on
Commit
2db0441
1 Parent(s): 6d4d808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -144,6 +144,9 @@ with gr.Blocks(css=css) as demo:
144
  Demo for <a href="https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1">Cool Japan Diffusion 2.1.1</a> Stable Diffusion model.<br>
145
  </p>
146
  <p>
 
 
 
147
  sample prompt1 : girl, kimono
148
  </p>
149
  <p>
@@ -153,6 +156,7 @@ with gr.Blocks(css=css) as demo:
153
  <a href="https://alfredplpl.hatenablog.com/entry/2023/01/11/182146">日本語の取扱説明書</a>.
154
  </p>
155
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"}
 
156
  </div>
157
  """
158
  )
 
144
  Demo for <a href="https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1">Cool Japan Diffusion 2.1.1</a> Stable Diffusion model.<br>
145
  </p>
146
  <p>
147
+ sample : Push "Generate" button with empty script.
148
+ </p>
149
+ <p>
150
  sample prompt1 : girl, kimono
151
  </p>
152
  <p>
 
156
  <a href="https://alfredplpl.hatenablog.com/entry/2023/01/11/182146">日本語の取扱説明書</a>.
157
  </p>
158
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/akhaliq/cool-japan-diffusion-2-1-0/settings'>Settings</a></b>"}
159
+ <a style="display:inline-block" href="https://huggingface.co/spaces/aipicasso/cool-japan-diffusion-latest-demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
160
  </div>
161
  """
162
  )