espejelomar commited on
Commit
e4f0164
·
1 Parent(s): 458c05e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,14 +30,14 @@ pinned: false
30
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What should I do?</h2>
31
  <p class="lg:col-span-2"> <a href="https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb" target="_blank" style="text-decoration: underline">This tutorial</a> shows how to share and load Learners (including those created with blurr) to and from the Hugging Face Hub. </p>
32
  <ul class="lg:col-span-2" style="list-style: circle inside">
33
- <li class="my-4">Group together related demos as multiple tabs in one web app</li>
34
  <li class="my-4">Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right</li>
35
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>
36
  <li class="my-4">Change a component's properties (for example, the choices in a Dropdown) or its visibilty based on user input</li>
37
  </ul>
38
  <br />
39
 
40
- <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/getting_started/</a>
41
 
42
 
43
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Hugging Face Spaces?</h2>
 
30
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What should I do?</h2>
31
  <p class="lg:col-span-2"> <a href="https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb" target="_blank" style="text-decoration: underline">This tutorial</a> shows how to share and load Learners (including those created with blurr) to and from the Hugging Face Hub. </p>
32
  <ul class="lg:col-span-2" style="list-style: circle inside">
33
+ <li class="my-4">Say “Hi!” in the <a href="https://discord.gg/eXgFp5FRsz" target="_blank" style="text-decoration: underline">hf-fastai channel</a> in the fastai Discord server (kudos Wayde Gilliam). Servers are places where a community can interact via channels for specific topics.</li>
34
  <li class="my-4">Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right</li>
35
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>
36
  <li class="my-4">Change a component's properties (for example, the choices in a Dropdown) or its visibilty based on user input</li>
37
  </ul>
38
  <br />
39
 
40
+
41
 
42
 
43
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Hugging Face Spaces?</h2>