Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -253,9 +253,9 @@ with gr.Blocks(css=css) as demo:
|
|
253 |
], [model_name, prompt, guidance, steps, seed], image_out, inference, cache_examples=False)
|
254 |
|
255 |
gr.Markdown('''
|
256 |
-
Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. ❤️<br>
|
257 |
Space by: [](https://twitter.com/hahahahohohe)
|
258 |
-
|
259 |

|
260 |
''')
|
261 |
|
|
|
253 |
], [model_name, prompt, guidance, steps, seed], image_out, inference, cache_examples=False)
|
254 |
|
255 |
gr.Markdown('''
|
256 |
+
Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@haruu1367](https://twitter.com/haruu1367), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. ❤️<br>
|
257 |
Space by: [](https://twitter.com/hahahahohohe)
|
258 |
+
|
259 |

|
260 |
''')
|
261 |
|