akhaliq HF Staff commited on
Commit
ed223bf
·
1 Parent(s): 0bd33df

update section and header

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -26,12 +26,10 @@ pinned: false
26
  The first step is to create a web demo from your model. As an example, we will be creating a demo from an image classification model (called model) which we will be uploading to Spaces. The full code for steps 1-4 can be found in this colab notebook.
27
  </p><br />
28
 
 
 
29
  <p class="lg:col-span-2">
30
- Install the gradio library
31
-
32
- All you need to do is to run this in the terminal:
33
-
34
- <code>pip install gradio</code>
35
  </p>
36
  <br />
37
 
 
26
  The first step is to create a web demo from your model. As an example, we will be creating a demo from an image classification model (called model) which we will be uploading to Spaces. The full code for steps 1-4 can be found in this colab notebook.
27
  </p><br />
28
 
29
+ <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">1. Install the gradio library
30
+ </h3>
31
  <p class="lg:col-span-2">
32
+ All you need to do is to run this in the terminal: <code>pip install gradio</code>
 
 
 
 
33
  </p>
34
  <br />
35