verkaDerkaDerk commited on
Commit
be418d5
1 Parent(s): a405d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,6 +41,8 @@ def fancy():
41
  Image generation is slow, from 80s - 120s per image.
42
  When running 4 images concurrently it takes 4-5 minutes total.
43
  </pre>
 
 
44
  ''')
45
  with gr.Group():
46
  with gr.Box():
@@ -64,7 +66,6 @@ def fancy():
64
  btn.click(tiki, inputs=[batch_size,seed], outputs=gallery)
65
 
66
  gr.HTML('''
67
- <p><img src="https://freeimghost.net/images/2022/08/23/tiki-600e.md.png"></p>
68
  <p>Trained with <a href="https://github.com/huggingface/diffusers">huggingface/diffusers</a>.</p>
69
  ''')
70
 
 
41
  Image generation is slow, from 80s - 120s per image.
42
  When running 4 images concurrently it takes 4-5 minutes total.
43
  </pre>
44
+
45
+ <p><img src="https://freeimghost.net/images/2022/08/23/tiki-600e.md.png" height="256"></p>
46
  ''')
47
  with gr.Group():
48
  with gr.Box():
 
66
  btn.click(tiki, inputs=[batch_size,seed], outputs=gallery)
67
 
68
  gr.HTML('''
 
69
  <p>Trained with <a href="https://github.com/huggingface/diffusers">huggingface/diffusers</a>.</p>
70
  ''')
71