Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import gradio as gr
|
|
3 |
description = """<div>
|
4 |
<img src="https://i.imgur.com/FEA7N1p.png">
|
5 |
</div>
|
|
|
|
|
6 |
"""
|
7 |
|
8 |
-
gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description).launch()
|
|
|
3 |
description = """<div>
|
4 |
<img src="https://i.imgur.com/FEA7N1p.png">
|
5 |
</div>
|
6 |
+
<div><p>Ghibli Diffusion
|
7 |
+
This is the fine-tuned Stable Diffusion model trained on images from modern anime feature films from Studio Ghibli. Use the tokens ghibli style in your prompts for the effect.</p></div>
|
8 |
"""
|
9 |
|
10 |
+
gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description, examples=[["superman ghibli style"]]).launch()
|