Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,6 +132,12 @@ 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 here with write access
|
| 137 |
+
3️⃣ Choose a stable diffusion base model, there are thousands of them here
|
| 138 |
+
4️⃣ Choose Space type
|
| 139 |
+
5️⃣ Choose the new Space Hardware
|
| 140 |
+
It is done.
|
| 141 |
"""
|
| 142 |
|
| 143 |
with gr.Blocks() as demo:
|