crisimsestelle2 / app.py
estelleflores's picture
Upload app.py with huggingface_hub
ae263af
raw
history blame contribute delete
No virus
582 Bytes
import os
import gradio as gr
API_KEY=os.environ.get('HUGGING_FACE_HUB_TOKEN', None)
article = """---
This space was created using [SD Space Creator](https://huggingface.co/spaces/anzorq/sd-space-creator)."""
gr.Interface.load(
name="models/sd-dreambooth-library/crisimsestelle",
title="""Contem Ingredientes de Verdade - Estelle Flores""",
description="""Demo for <a href="https://huggingface.co/sd-dreambooth-library/crisimsestelle">Crisimsestelle</a> Stable Diffusion model.""",
article=article,
api_key=API_KEY,
).queue(concurrency_count=20).launch()