import gradio as gr description = """

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.

""" gr.Interface.load("models/TryStar/CloneDiffusion", description=description, examples=[["superman Clonewars style"]]).launch()