anzorq commited on
Commit
e47ffbb
1 Parent(s): 726a73c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -253,9 +253,9 @@ with gr.Blocks(css=css) as demo:
253
  ], [model_name, prompt, guidance, steps, seed], image_out, inference, cache_examples=False)
254
 
255
  gr.Markdown('''
256
- Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. ❤️<br>
257
  Space by: [![Twitter Follow](https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social)](https://twitter.com/hahahahohohe)
258
-
259
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=anzorq.finetuned_diffusion)
260
  ''')
261
 
 
253
  ], [model_name, prompt, guidance, steps, seed], image_out, inference, cache_examples=False)
254
 
255
  gr.Markdown('''
256
+ Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@haruu1367](https://twitter.com/haruu1367), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. ❤️<br>
257
  Space by: [![Twitter Follow](https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social)](https://twitter.com/hahahahohohe)
258
+
259
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=anzorq.finetuned_diffusion)
260
  ''')
261