Spaces:
Build error
Build error
update 2
#10
by
Violette
HF staff
- opened
app.py
CHANGED
@@ -132,6 +132,13 @@ def create_and_push(space_type, hardware, private_space, other_model_name, radio
|
|
132 |
|
133 |
DESCRIPTION = """### Create a gradio space for your Diffusers🧨 model
|
134 |
With this space, you can easily create a gradio demo for your Diffusers model and share it with the community.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
"""
|
136 |
|
137 |
with gr.Blocks() as demo:
|
|
|
132 |
|
133 |
DESCRIPTION = """### Create a gradio space for your Diffusers🧨 model
|
134 |
With this space, you can easily create a gradio demo for your Diffusers model and share it with the community.
|
135 |
+
1️⃣ Make sure you have created your hugging face account
|
136 |
+
2️⃣ Generate a token with write access
|
137 |
+
3️⃣ Choose a stable diffusion base model, there are thousands of them in the model Hub
|
138 |
+
4️⃣ Choose Space type
|
139 |
+
5️⃣ Choose the new Space Hardware
|
140 |
+
It is done.
|
141 |
+
|
142 |
"""
|
143 |
|
144 |
with gr.Blocks() as demo:
|