DGSpitzer commited on
Commit
adecf1f
1 Parent(s): b28dd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css=css) as demo:
147
  ["portrait of a muscular beard male in dgs illustration style, half-body, holding robot arms, strong chest", 7.5, 27],
148
  ], [prompt, guidance, steps], image_out, inference_example, cache_examples=torch.cuda.is_available())
149
  gr.Markdown('''
150
- Models and Space by [@DGSpitzer](https://huggingface.co/DGSpitzer)❤️<br>
151
  [![Twitter Follow](https://img.shields.io/twitter/follow/DGSpitzer?label=%40DGSpitzer&style=social)](https://twitter.com/DGSpitzer)
152
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=dgspitzer_DGS_Diffusion_Space)
153
 
 
147
  ["portrait of a muscular beard male in dgs illustration style, half-body, holding robot arms, strong chest", 7.5, 27],
148
  ], [prompt, guidance, steps], image_out, inference_example, cache_examples=torch.cuda.is_available())
149
  gr.Markdown('''
150
+ Models and Space by [@DGSpitzer](https://huggingface.co/DGSpitzer)❤️
151
  [![Twitter Follow](https://img.shields.io/twitter/follow/DGSpitzer?label=%40DGSpitzer&style=social)](https://twitter.com/DGSpitzer)
152
  ![visitors](https://visitor-badge.glitch.me/badge?page_id=dgspitzer_DGS_Diffusion_Space)
153