akhaliq HF staff commited on
Commit
7bf2fe6
·
1 Parent(s): d6fdc65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -10,15 +10,35 @@ pinned: false
10
 
11
  <div class="grid lg:grid-cols-2 gap-4">
12
  <p class="lg:col-span-2">
13
- This organization invites SIGGRAPH Asia 2022 Technical Paper authors to show off their research results on huggingface with a Gradio web demo. Join organization by clicking <a href="https://huggingface.co/organizations/SIGGRAPHAsia2022/share/ugukriibcvIusYHwOiZDAMzPURHLDgGFpp" style="text-decoration: underline" target="_blank">here</a>.
14
  </p>
15
 
16
- <h4 class="my-8 lg:col-span-2" style="font-size: 16px; font-weight: 700;">A basic guide for creating your SIGGRAPH Asia 2022 web demo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </h4>
18
  <p class="lg:col-span-2">
19
- (TBA)</p>
20
 
21
- <h4 class="my-8 lg:col-span-2" style="font-size: 16px; font-weight: 700;">Technical supports for creating web demos
22
  </h4>
23
  <p class="lg:col-span-2">
24
- If you are having trouble creating a web demo, please contact... (TBA)</p>
 
 
 
10
 
11
  <div class="grid lg:grid-cols-2 gap-4">
12
  <p class="lg:col-span-2">
13
+ This organization invites SIGGRAPH Asia 2022 Technical Paper authors to show off their research results on huggingface with a Gradio web demo, models, and datasets. Join organization by clicking <a href="https://huggingface.co/organizations/SIGGRAPHAsia2022/share/ugukriibcvIusYHwOiZDAMzPURHLDgGFpp" style="text-decoration: underline" target="_blank">here</a>.
14
  </p>
15
 
16
+ <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Getting Started with Gradio on Hugging Face</h3>
17
+ <ul class="lg:col-span-2" style="list-style: circle inside;padding-left: 40px;">
18
+ <li class="my-4">If you have never used Gradio before, the Gradio <a href="https://huggingface.co/course/chapter9/1?fw=pt" style="text-decoration: underline" target="_blank">course</a> will explain the fundamentals.
19
+ </li>
20
+ <li class="my-4">The Gradio quickstart <a href="https://gradio.app/getting_started/" style="text-decoration: underline" target="_blank">page</a> is a good place to start as well.
21
+ </li>
22
+ <li class="my-4">The Gradio docs are <a href="https://gradio.app/docs/" style="text-decoration: underline" target="_blank">here</a>.
23
+ </li>
24
+ <li class="my-4">This <a href="https://huggingface.co/docs/hub/spaces-sdks-gradio" style="text-decoration: underline" target="_blank">guide</a> covers how to host Gradio apps on HuggingFace spaces.
25
+ </li>
26
+ </ul>
27
+
28
+ <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Discord</h3>
29
+ <ul class="lg:col-span-2" style="list-style: circle inside;padding-left: 40px;">
30
+ <li class="my-4">We have a discord to support authors with adding Gradio demos/models/datasets to SIGGRAPH Asia Organization, join the discord<a href="https://discord.gg/Z7vWgrpBZy" style="text-decoration: underline" target="_blank">here</a>
31
+ </li>
32
+ </ul>
33
+
34
+ <h4 class="my-8 lg:col-span-2" style="font-size: 16px; font-weight: 700;">Guide on adding Models to Hugging Face for SIGGRAPH Asia 2022
35
  </h4>
36
  <p class="lg:col-span-2">
37
+ SIGGRAPH Asia organization is accepting models submissions for SIGGRAPH 2022 papers. Find tutorial on getting started with repos on Hugging Face <a href="https://huggingface.co/docs/hub/repositories-getting-started#getting-started-with-repositories" style="text-decoration: underline" target="_blank">here</a> and to get started with adding models <a href="https://huggingface.co/docs/hub/models-uploading" style="text-decoration: underline" target="_blank">here</a></p>
38
 
39
+ <h4 class="my-8 lg:col-span-2" style="font-size: 16px; font-weight: 700;">Guide on adding Datasets to Hugging Face for SIGGRAPH Asia 2022
40
  </h4>
41
  <p class="lg:col-span-2">
42
+ SIGGRAPH organization is accepting dataset submissions for SIGGRAPH 2022 papers. Find tutorial on getting started with repos on Hugging Face <a href="https://huggingface.co/docs/hub/repositories-getting-started#getting-started-with-repositories" style="text-decoration: underline" target="_blank">here</a> and to get started with adding datasets <a href="https://huggingface.co/docs/datasets/upload_dataset" style="text-decoration: underline" target="_blank">here</a></p>
43
+
44
+