akhaliq HF staff commited on
Commit
5de1a51
·
1 Parent(s): f21633e

collapse gradio tutorial

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -40,6 +40,8 @@ ICML organization is accepting dataset submissions for ICML 2022 papers from any
40
  <p class="lg:col-span-2">See the <a href="https://huggingface.co/spaces/CVPR/Leaderboard" target="_blank" style="text-decoration:underline; font-weight:bold">ICML Models Leaderboard</a></p>
41
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">LeaderBoard for Most Popular ICML Datasets</h3>
42
  <p class="lg:col-span-2">See the <a href="https://huggingface.co/spaces/CVPR/Leaderboard" target="_blank" style="text-decoration:underline; font-weight:bold">ICML Datasets Leaderboard</a></p>
 
 
43
  <h4 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Hugging Face Spaces & Gradio for Showcasing your ICML ‘22 Demo
44
  </h4>
45
  <p class="lg:col-span-2">
@@ -106,6 +108,7 @@ io.launch()
106
  You should see a web interface like the following where you can drag and drop your data points and see the predictions:
107
  </p>
108
  <img class="lg:col-span-2" src="https://i.imgur.com/1hsIgJJ.png" alt="Gradio Interface" style="margin:10px">
 
109
  </div>
110
 
111
 
 
40
  <p class="lg:col-span-2">See the <a href="https://huggingface.co/spaces/CVPR/Leaderboard" target="_blank" style="text-decoration:underline; font-weight:bold">ICML Models Leaderboard</a></p>
41
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">LeaderBoard for Most Popular ICML Datasets</h3>
42
  <p class="lg:col-span-2">See the <a href="https://huggingface.co/spaces/CVPR/Leaderboard" target="_blank" style="text-decoration:underline; font-weight:bold">ICML Datasets Leaderboard</a></p>
43
+
44
+ <details class="lg:col-span-2">
45
  <h4 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Hugging Face Spaces & Gradio for Showcasing your ICML ‘22 Demo
46
  </h4>
47
  <p class="lg:col-span-2">
 
108
  You should see a web interface like the following where you can drag and drop your data points and see the predictions:
109
  </p>
110
  <img class="lg:col-span-2" src="https://i.imgur.com/1hsIgJJ.png" alt="Gradio Interface" style="margin:10px">
111
+ </details>
112
  </div>
113
 
114