Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
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(
|
|
|
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()
|