DGSpitzer commited on
Commit
2c48ac2
1 Parent(s): 18b055d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -10
app.py CHANGED
@@ -76,16 +76,12 @@ with gr.Blocks() as demo:
76
  ["portrait of in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus",
77
  7.5, 27],
78
  ], [prompt, guidance, steps], image_out, inference, cache_examples=torch.cuda.is_available())
79
- gr.HTML('''
80
- <div>
81
- <p>Model by <a href="https://huggingface.co/DGSpitzer" style="text-decoration: underline;" target="_blank">@dgspitzer</a> ❤️</p>
82
- </div>
83
- <div>Space by
84
- <a href="https://twitter.com/DGSpitzer">
85
- <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/DGSpitzer?label=%40DGSpitzer&style=social">
86
- </a>
87
- </div>
88
- ''')
89
 
90
  demo.queue()
91
  demo.launch()
 
76
  ["portrait of in dgs illustration style, soldier working in a cyberpunk city, cleavage, intricate, 8k, highly detailed, digital painting, intense, sharp focus",
77
  7.5, 27],
78
  ], [prompt, guidance, steps], image_out, inference, cache_examples=torch.cuda.is_available())
79
+ gr.Markdown('''
80
+ Models and Space by [@DGSpitzer](https://huggingface.co/DGSpitzer)❤️<br>
81
+ [![Twitter Follow](https://img.shields.io/twitter/follow/DGSpitzer?label=%40DGSpitzer&style=social)](https://twitter.com/DGSpitzer)
82
+
83
+ ![visitors](https://visitor-badge.glitch.me/badge?page_id=dgspitzer_DGS_Diffusion_Space)
84
+ ''')
 
 
 
 
85
 
86
  demo.queue()
87
  demo.launch()