Spaces:
Sleeping
Sleeping
File size: 354 Bytes
c8b55ef 417f10a c8b55ef 377a57a |
1 2 3 4 5 6 7 8 9 10 |
#import library
import gradio as gr
#title of app
title = "🌍 Stable Diffusion XL"
#description of app
description = "This space is for generating images from text with the Stable Diffusion XL model!"
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article, theme = "Soft").launch() |