Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 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 |
+
[](https://twitter.com/DGSpitzer)
|
| 82 |
+
|
| 83 |
+

|
| 84 |
+
''')
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
demo.queue()
|
| 87 |
demo.launch()
|