akhaliq HF Staff commited on
Commit
68170db
Β·
1 Parent(s): 2456bf4

update section

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -15,11 +15,18 @@ pinned: false
15
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Tutorial on Setting up Gradio Demo on Hugging Face: <a href="https://huggingface.co/blog/gradio-spaces" style="text-decoration: underline" target="_blank">https://huggingface.co/blog/gradio-spaces</a>
16
  </h3>
17
  <img class="lg:col-span-2" src="https://cvpr2022.thecvf.com/sites/default/files/CVPR%20NewOrleansLogo_WebsiteCorner.png" alt="Gradio Banner" style="margin:10px">
18
- <h4 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">The CVPR 2022 Demo Program invites submissions of demos for the CVPR Demo Track.
19
  </h4>
20
  <p class="lg:col-span-2">
21
- The CVPR 2022 Demo Program invites submissions of demos for the CVPR Demo Track.
22
- Submissions may range from early research demos to mature production-ready systems. We particularly encourage publicly available open-source and open-access systems. We also encourage interactive industrial or individual systems that are innovative given the state of the art of current research in the CVPR community. Each submitted demo will include the system (or link) AND a paper (Papers are limited to eight pages, including figures and tables, in the CVPR style.) describing the system.</p><br />
 
 
 
 
 
 
 
23
 
24
  <p class="lg:col-span-2">
25
  Areas of interest include all topics related to CVPR, including but not limited to the topics listed on the main conference website.
 
15
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Tutorial on Setting up Gradio Demo on Hugging Face: <a href="https://huggingface.co/blog/gradio-spaces" style="text-decoration: underline" target="_blank">https://huggingface.co/blog/gradio-spaces</a>
16
  </h3>
17
  <img class="lg:col-span-2" src="https://cvpr2022.thecvf.com/sites/default/files/CVPR%20NewOrleansLogo_WebsiteCorner.png" alt="Gradio Banner" style="margin:10px">
18
+ <h4 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Hugging Face Spaces & Gradio for Showcasing your CVPR β€˜22 Demo
19
  </h4>
20
  <p class="lg:col-span-2">
21
+ In this tutorial, we will demonstrate how to showcase your demo with an easy to use web interface using the Gradio Python library and host it on Hugging Face Spaces so that conference attendees can easily find and try out your demos.
22
+ </p>
23
+ <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">πŸš€ Create a Gradio Demo from your Model
24
+ </h3>
25
+ <p class="lg:col-span-2">
26
+
27
+ 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.
28
+
29
+ </p><br />
30
 
31
  <p class="lg:col-span-2">
32
  Areas of interest include all topics related to CVPR, including but not limited to the topics listed on the main conference website.