anzorq commited on
Commit
dbc8c64
1 Parent(s): 9c52fdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -11
app.py CHANGED
@@ -165,16 +165,12 @@ with gr.Blocks(css=css) as demo:
165
  [models[5], "Aloy from Horizon: Zero Dawn, half body portrait, smooth, detailed armor, beautiful face, illustration", 7, 45],
166
  [models[4], "fantasy portrait painting, digital art", 4, 30],
167
  ], [model, prompt, guidance, steps], image_out, text_inference, cache_examples=False)#torch.cuda.is_available())
168
- gr.HTML('''
169
- <div>
170
- <p>Model by <a href="https://huggingface.co/nitrosocke" target="_blank">@nitrosocke</a> ❤️</p>
171
- </div>
172
- <div>Space by
173
- <a href="https://twitter.com/hahahahohohe">
174
- <img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social">
175
- </a>
176
- </div>
177
- ''')
178
 
179
  demo.queue()
180
- demo.launch(debug=True)
 
165
  [models[5], "Aloy from Horizon: Zero Dawn, half body portrait, smooth, detailed armor, beautiful face, illustration", 7, 45],
166
  [models[4], "fantasy portrait painting, digital art", 4, 30],
167
  ], [model, prompt, guidance, steps], image_out, text_inference, cache_examples=False)#torch.cuda.is_available())
168
+ gr.Markdown('''
169
+ Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. ❤️<br>
170
+ Space by: [![Twitter Follow](https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social)](https://twitter.com/hahahahohohe)
171
+
172
+ ![visitors](https://visitor-badge.glitch.me/badge?page_id=anzorq.finetuned_diffusion)
173
+ ''')
 
 
 
 
174
 
175
  demo.queue()
176
+ demo.launch()