Spaces:
Runtime error
Runtime error
File size: 468 Bytes
7429c93 |
1 2 3 4 5 6 7 8 9 10 11 |
import gradio as gr
description = """<div>
<img src="https://i.imgur.com/FEA7N1p.png">
</div>
<div><p>
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>
"""
gr.Interface.load("models/TryStar/CloneDiffusion", description=description, examples=[["superman Clonewars style"]]).launch()
|