Spaces:
Runtime error
Runtime error
Update app.py
#1
by Bugjuhjugjyy - opened
app.py
CHANGED
|
@@ -7,4 +7,4 @@ description = """<div>
|
|
| 7 |
This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.</p></div>
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
gr.Interface.load("models/sd-concepts-library/kirby")
|
|
|
|
| 7 |
This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.</p></div>
|
| 8 |
"""
|
| 9 |
|
| 10 |
+
gr.Interface.load("models/sd-concepts-library/kirby").launch()
|