YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

license: mit git clone https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts import gradio as gr

def greet(name): return "Hello " + name + "!!"

iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch() git add app.py git commit -m "Add application file" git push

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support