Expand README with tutorial steps
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π»
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
@@ -9,4 +9,39 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: π€ No-code Gradio Demo Tutorial
|
3 |
emoji: π»
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
|
13 |
+
# π€ No-code Gradio Demo Tutorial
|
14 |
+
|
15 |
+
This space contains a Gradio demo that was created **without typing any code**!
|
16 |
+
It enables you to generate photorealistic images based on a prompt.
|
17 |
+
|
18 |
+
Here are the steps to take to create your own demo *in a few minutes* without any code:
|
19 |
+
|
20 |
+
1. You can easily create a demo using [this HF space](https://huggingface.co/spaces/anzorq/sd-space-creator). You will have to provide a token with write access to continue as shown in the image below:
|
21 |
+
|
22 |
+
TODO: add pic
|
23 |
+
|
24 |
+
2. If your token is valid, a prompt will enable you to specify the URL or ID of the model on the HF Hub you would like to use in this demo. For example [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release).
|
25 |
+
|
26 |
+
TODO: add pic
|
27 |
+
|
28 |
+
Click on "Load model".
|
29 |
+
|
30 |
+
3. Then, you can specify a few details about your demo, such as:
|
31 |
+
- Name
|
32 |
+
- Title
|
33 |
+
- Description
|
34 |
+
- Space type
|
35 |
+
- Hardware (CPU? GPU?)
|
36 |
+
|
37 |
+
TODO: add pic
|
38 |
+
|
39 |
+
Click on "Create the space". Your space will now be getting built.
|
40 |
+
|
41 |
+
4. Once your space is built, you can reach it at https://huggingface.co/spaces/SPACE_NAME.
|
42 |
+
|
43 |
+
TODO: add pic
|
44 |
+
|
45 |
+
5. You can enter a prompt to generate an image with the space you just built! The demo embedded in this space was created that way without typing any code!
|
46 |
+
|
47 |
+
TODO: add pic
|