Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,12 +131,12 @@ def create_and_push(space_type, hardware, private_space, other_model_name, radio
|
|
131 |
|
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 |
|
|
|
131 |
|
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.<br>
|
135 |
+
1️⃣ Make sure you have created your hugging face account<br>
|
136 |
+
2️⃣ Generate a token here with write access<br>
|
137 |
+
3️⃣ Choose a stable diffusion base model, there are thousands of them here<br>
|
138 |
+
4️⃣ Choose Space type<br>
|
139 |
+
5️⃣ Choose the new Space Hardware<br>
|
140 |
It is done.
|
141 |
"""
|
142 |
|