glennqaugsire's picture
Upload app.py with huggingface_hub
102be2e
raw
history blame contribute delete
No virus
581 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/Norod78/sd2-dreambooth-ClaymationXmas",
title="""Sd2 Dreambooth Claymationxmas""",
description="""Demo for <a href="https://huggingface.co/Norod78/sd2-dreambooth-ClaymationXmas">Sd2 Dreambooth Claymationxmas</a> Stable Diffusion model.""",
article=article,
api_key=API_KEY,
).queue(concurrency_count=20).launch()