Spaces:
Running
Running
fix all link styleing underline
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ pinned: false
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-2 gap-x-4">
|
11 |
<h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
|
12 |
-
Welcome to the <a href="https://gradio.app/" target="_blank">Gradio</a> Blocks Party 🥳
|
13 |
</h2>
|
14 |
<br />
|
15 |
<p class="lg:col-span-2">
|
@@ -35,12 +35,12 @@ pinned: false
|
|
35 |
<li class="my-4">Change a component's properties (for example, the choices in a Dropdown) or its visibilty based on user input</li>
|
36 |
</ul>
|
37 |
<br />
|
38 |
-
<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">https://www.gradio.app/introduction_to_blocks/</a></p>
|
39 |
<br />
|
40 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">How Does Gradio and Hugging Face work together?</h3>
|
41 |
<br />
|
42 |
<p class="lg:col-span-2">
|
43 |
-
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">https://huggingface.co/docs/hub/spaces</a>
|
44 |
</p>
|
45 |
<br />
|
46 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Event Plan</h3>
|
@@ -53,23 +53,23 @@ pinned: false
|
|
53 |
<br />
|
54 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Example spaces using Blocks</h3>
|
55 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
56 |
-
<li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks" target="_blank">https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks</a></li>
|
57 |
-
<li class="my-4"><a href="https://huggingface.co/spaces/merve/gr-blocks" target="_blank">https://huggingface.co/spaces/merve/gr-blocks</a></li>
|
58 |
-
<li class="my-4"><a href="https://huggingface.co/spaces/osanseviero/tortoisse-tts" target="_blank">https://huggingface.co/spaces/osanseviero/tortoisse-tts</a></li>
|
59 |
-
<li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/CaptchaCracker" target="_blank">https://huggingface.co/spaces/akhaliq/CaptchaCracker</a></li>
|
60 |
</ul>
|
61 |
<br />
|
62 |
<p class="lg:col-span-2">To participate in the event</p>
|
63 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
64 |
-
<li class="my-4">Join the organization for Blocks event:<a href="https://huggingface.co/Gradio-Blocks">https://huggingface.co/Gradio-Blocks</a></li>
|
65 |
-
<li class="my-4">Join the discord:<a href="https://discord.com/invite/feTf9x3ZSB">https://discord.com/invite/feTf9x3ZSB</a> </li>
|
66 |
</ul>
|
67 |
<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>
|
68 |
<br />
|
69 |
<p class="lg:col-span-2">potential ideas for creating spaces: </p>
|
70 |
<br />
|
71 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
72 |
-
<li class="my-4">papers from <a href="https://paperswithcode.com/">https://paperswithcode.com/</a></li>
|
73 |
<li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
|
74 |
<li class="my-4">Models from huggingface model hub</li>
|
75 |
<li class="my-4">Models from other model hubs
|
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-2 gap-x-4">
|
11 |
<h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
|
12 |
+
Welcome to the <a href="https://gradio.app/" target="_blank" style="text-decoration: underline">Gradio</a> Blocks Party 🥳
|
13 |
</h2>
|
14 |
<br />
|
15 |
<p class="lg:col-span-2">
|
|
|
35 |
<li class="my-4">Change a component's properties (for example, the choices in a Dropdown) or its visibilty based on user input</li>
|
36 |
</ul>
|
37 |
<br />
|
38 |
+
<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>
|
39 |
<br />
|
40 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">How Does Gradio and Hugging Face work together?</h3>
|
41 |
<br />
|
42 |
<p class="lg:col-span-2">
|
43 |
+
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>
|
44 |
</p>
|
45 |
<br />
|
46 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Event Plan</h3>
|
|
|
53 |
<br />
|
54 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Example spaces using Blocks</h3>
|
55 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
56 |
+
<li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks" target="_blank" style="text-decoration: underline">https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks</a></li>
|
57 |
+
<li class="my-4"><a href="https://huggingface.co/spaces/merve/gr-blocks" target="_blank" style="text-decoration: underline">https://huggingface.co/spaces/merve/gr-blocks</a></li>
|
58 |
+
<li class="my-4"><a href="https://huggingface.co/spaces/osanseviero/tortoisse-tts" target="_blank" style="text-decoration: underline">https://huggingface.co/spaces/osanseviero/tortoisse-tts</a></li>
|
59 |
+
<li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/CaptchaCracker" target="_blank" style="text-decoration: underline">https://huggingface.co/spaces/akhaliq/CaptchaCracker</a></li>
|
60 |
</ul>
|
61 |
<br />
|
62 |
<p class="lg:col-span-2">To participate in the event</p>
|
63 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
64 |
+
<li class="my-4">Join the organization for Blocks event:<a href="https://huggingface.co/Gradio-Blocks" style="text-decoration: underline">https://huggingface.co/Gradio-Blocks</a></li>
|
65 |
+
<li class="my-4">Join the discord:<a href="https://discord.com/invite/feTf9x3ZSB" style="text-decoration: underline">https://discord.com/invite/feTf9x3ZSB</a> </li>
|
66 |
</ul>
|
67 |
<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>
|
68 |
<br />
|
69 |
<p class="lg:col-span-2">potential ideas for creating spaces: </p>
|
70 |
<br />
|
71 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
72 |
+
<li class="my-4">papers from <a href="https://paperswithcode.com/" style="text-decoration: underline">https://paperswithcode.com/</a></li>
|
73 |
<li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
|
74 |
<li class="my-4">Models from huggingface model hub</li>
|
75 |
<li class="my-4">Models from other model hubs
|