#import library import gradio as gr #title of app title = "🐶 Stable Diffusion 1.5" #description of app description = "This space is for generating images from text with the Stable Diffusion 1.5 model!" #article of app article = """

CofAI Group

""" gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme = "Soft").launch()