akhaliq HF staff commited on
Commit
e65a44b
β€’
1 Parent(s): 4ac3e0d

add colab notebook link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ CVPR organization is accepting Gradio demo submissions for CVPR papers from anyo
34
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">πŸš€ Create a Gradio Demo from your Model
35
  </h3>
36
  <p class="lg:col-span-2">
37
- 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.
38
  </p><br />
39
 
40
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">1. Install the gradio library
 
34
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">πŸš€ Create a Gradio Demo from your Model
35
  </h3>
36
  <p class="lg:col-span-2">
37
+ 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 <a href="https://colab.research.google.com/drive/1S6seNoJuU7_-hBX5KbXQV4Fb_bbqdPBk?usp=sharing" style="text-decoration: underline" target="_blank">colab notebook</a>.
38
  </p><br />
39
 
40
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">1. Install the gradio library