akhaliq HF staff commited on
Commit
eec1538
1 Parent(s): a75abc5

remove extra spaces

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -23,13 +23,11 @@ pinned: false
23
  </video>
24
  <br />
25
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Gradio?</h3>
26
- <br />
27
  <p class="lg:col-span-2">
28
  Gradio is a Python library that allows you to quickly build web-based machine learning demos, data science dashboards, or other kinds of web apps, entirely in Python. These web apps can be launched from wherever you use Python (jupyter notebooks, colab notebooks, Python terminal, etc.) and shared with anyone instantly using Gradio's auto-generated share links. To learn more about Gradio see the Getting Started Guide: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/getting_started/</a>
29
  </p>
30
  <br />
31
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Blocks?</h3>
32
- <br />
33
  <p class="lg:col-span-2">
34
  <code>gradio.Blocks</code> is a low-level API that allows you to have full control over the data flows and layout of your application. You can build very complex, multi-step applications using Blocks.
35
  If you have already used gradio.Interface, you know that you can easily create fully-fledged machine learning demos with just a few lines of code. The Interface API is very convenient but in some cases may not be sufficiently flexible for your needs. For example, you might want to:
@@ -44,7 +42,6 @@ pinned: false
44
  <p class="lg:col-span-2">to learn more about Blocks see the guide <a href=" https://www.gradio.app/introduction_to_blocks/" target="_blank" style="text-decoration: underline">https://www.gradio.app/introduction_to_blocks/</a></p>
45
  <br />
46
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">How Does Gradio and Hugging Face work together?</h3>
47
- <br />
48
  <p class="lg:col-span-2">
49
  Hugging Face Spaces is a free hosting option for Gradio demos. Spaces comes with 3 SDK options: Gradio, Streamlit and Static HTML demos. Spaces can be public or private and the workflow is similar to github repos. There are over 2000+ Gradio spaces currently on Hugging Face. Learn more about spaces here: <a href="https://huggingface.co/docs/hub/spaces" target="_blank" style="text-decoration: underline">https://huggingface.co/docs/hub/spaces</a>
50
  </p>
@@ -75,7 +72,6 @@ pinned: false
75
  <p class="lg:col-span-2">Participants will have a month to build and share Gradio demos using the Blocks feature. We will share a list of ideas of spaces that can be created using blocks or participants are free to try out their own ideas. At the end of the event, spaces will be evaluated for creativity and prizes will be given </p>
76
  <br />
77
  <p class="lg:col-span-2">potential ideas for creating spaces: </p>
78
- <br />
79
  <ul class="lg:col-span-2" style="list-style: circle inside">
80
  <li class="my-4">papers from <a href="https://paperswithcode.com/" style="text-decoration: underline">https://paperswithcode.com/</a></li>
81
  <li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
@@ -91,9 +87,7 @@ pinned: false
91
  <li class="my-4">participant ideas</li>
92
  </ul>
93
  <br />
94
- <br />
95
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Prizes</h3>
96
- <br />
97
  <ul class="lg:col-span-2" style="list-style: circle inside">
98
  <li class="my-4"><a href="https://huggingface.co/pricing">Hugging Face PRO subscription</a> 1 month for top 25 winners and 1 year for 1st place winner!</li>
99
  <li class="my-4"><a href="https://huggingface.co/pricing">Hugging Face PRO subscription</a> badge on Hugging Face for winners</li>
@@ -111,13 +105,9 @@ pinned: false
111
  <li class="my-4">Community Pick (voting)</li>
112
  <li class="my-4">Most Creative Space (voting)</li>
113
  </ul>
114
- <br />
115
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Creating a Gradio demo on Hugging Face Spaces</h3>
116
  <p class="lg:col-span-2">Once a model has been picked from the choices above, you can share a model in a Space using Gradio. Read more about how to add Gradio spaces: <a href="https://huggingface.co/blog/gradio-spaces" style="text-decoration: underline">https://huggingface.co/blog/gradio-spaces</a></p>
117
- <br />
118
-
119
  <p class="lg:col-span-2">Steps to add Gradio Spaces to the Gradio Blocks Party org</p>
120
- <br />
121
  <ul class="lg:col-span-2" style="list-style: circle inside">
122
  <li class="my-4">Create a account on Hugging Face</li>
123
  <li class="my-4">Join the Gradio Blocks Party Organization by clicking Join Organization Button in the Org Page</li>
 
23
  </video>
24
  <br />
25
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Gradio?</h3>
 
26
  <p class="lg:col-span-2">
27
  Gradio is a Python library that allows you to quickly build web-based machine learning demos, data science dashboards, or other kinds of web apps, entirely in Python. These web apps can be launched from wherever you use Python (jupyter notebooks, colab notebooks, Python terminal, etc.) and shared with anyone instantly using Gradio's auto-generated share links. To learn more about Gradio see the Getting Started Guide: <a href="https://gradio.app/getting_started/" target="_blank" style="text-decoration: underline">https://gradio.app/getting_started/</a>
28
  </p>
29
  <br />
30
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Blocks?</h3>
 
31
  <p class="lg:col-span-2">
32
  <code>gradio.Blocks</code> is a low-level API that allows you to have full control over the data flows and layout of your application. You can build very complex, multi-step applications using Blocks.
33
  If you have already used gradio.Interface, you know that you can easily create fully-fledged machine learning demos with just a few lines of code. The Interface API is very convenient but in some cases may not be sufficiently flexible for your needs. For example, you might want to:
 
42
  <p class="lg:col-span-2">to learn more about Blocks see the guide <a href=" https://www.gradio.app/introduction_to_blocks/" target="_blank" style="text-decoration: underline">https://www.gradio.app/introduction_to_blocks/</a></p>
43
  <br />
44
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">How Does Gradio and Hugging Face work together?</h3>
 
45
  <p class="lg:col-span-2">
46
  Hugging Face Spaces is a free hosting option for Gradio demos. Spaces comes with 3 SDK options: Gradio, Streamlit and Static HTML demos. Spaces can be public or private and the workflow is similar to github repos. There are over 2000+ Gradio spaces currently on Hugging Face. Learn more about spaces here: <a href="https://huggingface.co/docs/hub/spaces" target="_blank" style="text-decoration: underline">https://huggingface.co/docs/hub/spaces</a>
47
  </p>
 
72
  <p class="lg:col-span-2">Participants will have a month to build and share Gradio demos using the Blocks feature. We will share a list of ideas of spaces that can be created using blocks or participants are free to try out their own ideas. At the end of the event, spaces will be evaluated for creativity and prizes will be given </p>
73
  <br />
74
  <p class="lg:col-span-2">potential ideas for creating spaces: </p>
 
75
  <ul class="lg:col-span-2" style="list-style: circle inside">
76
  <li class="my-4">papers from <a href="https://paperswithcode.com/" style="text-decoration: underline">https://paperswithcode.com/</a></li>
77
  <li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
 
87
  <li class="my-4">participant ideas</li>
88
  </ul>
89
  <br />
 
90
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Prizes</h3>
 
91
  <ul class="lg:col-span-2" style="list-style: circle inside">
92
  <li class="my-4"><a href="https://huggingface.co/pricing">Hugging Face PRO subscription</a> 1 month for top 25 winners and 1 year for 1st place winner!</li>
93
  <li class="my-4"><a href="https://huggingface.co/pricing">Hugging Face PRO subscription</a> badge on Hugging Face for winners</li>
 
105
  <li class="my-4">Community Pick (voting)</li>
106
  <li class="my-4">Most Creative Space (voting)</li>
107
  </ul>
 
108
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Creating a Gradio demo on Hugging Face Spaces</h3>
109
  <p class="lg:col-span-2">Once a model has been picked from the choices above, you can share a model in a Space using Gradio. Read more about how to add Gradio spaces: <a href="https://huggingface.co/blog/gradio-spaces" style="text-decoration: underline">https://huggingface.co/blog/gradio-spaces</a></p>
 
 
110
  <p class="lg:col-span-2">Steps to add Gradio Spaces to the Gradio Blocks Party org</p>
 
111
  <ul class="lg:col-span-2" style="list-style: circle inside">
112
  <li class="my-4">Create a account on Hugging Face</li>
113
  <li class="my-4">Join the Gradio Blocks Party Organization by clicking Join Organization Button in the Org Page</li>