akhaliq HF staff commited on
Commit
4e8151f
1 Parent(s): ebca7fd

open links in seperate tab

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,7 +19,7 @@ pinned: false
19
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Gradio?</h3>
20
  <br />
21
  <p class="lg:col-span-2">
22
- 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/">https://gradio.app/getting_started/</a>
23
  </p>
24
  <br />
25
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Blocks?</h3>
@@ -54,10 +54,10 @@ pinned: false
54
  <br />
55
  <p class="lg:col-span-2">Example spaces using Blocks can be found at</p>
56
  <ul class="lg:col-span-2" style="list-style: circle inside">
57
- <li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks">https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks</a></li>
58
- <li class="my-4"><a href="https://huggingface.co/spaces/merve/gr-blocks">https://huggingface.co/spaces/merve/gr-blocks</a></li>
59
- <li class="my-4"><a href="https://huggingface.co/spaces/osanseviero/tortoisse-tts">https://huggingface.co/spaces/osanseviero/tortoisse-tts</a></li>
60
- <li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/CaptchaCracker">https://huggingface.co/spaces/akhaliq/CaptchaCracker</a></li>
61
  </ul>
62
  <br />
63
  <p class="lg:col-span-2">To participate in the event</p>
 
19
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Gradio?</h3>
20
  <br />
21
  <p class="lg:col-span-2">
22
+ 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">https://gradio.app/getting_started/</a>
23
  </p>
24
  <br />
25
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What is Blocks?</h3>
 
54
  <br />
55
  <p class="lg:col-span-2">Example spaces using Blocks can be found at</p>
56
  <ul class="lg:col-span-2" style="list-style: circle inside">
57
+ <li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks" target="_blank">https://huggingface.co/spaces/akhaliq/ArcaneGAN-blocks</a></li>
58
+ <li class="my-4"><a href="https://huggingface.co/spaces/merve/gr-blocks" target="_blank">https://huggingface.co/spaces/merve/gr-blocks</a></li>
59
+ <li class="my-4"><a href="https://huggingface.co/spaces/osanseviero/tortoisse-tts" target="_blank">https://huggingface.co/spaces/osanseviero/tortoisse-tts</a></li>
60
+ <li class="my-4"><a href="https://huggingface.co/spaces/akhaliq/CaptchaCracker" target="_blank">https://huggingface.co/spaces/akhaliq/CaptchaCracker</a></li>
61
  </ul>
62
  <br />
63
  <p class="lg:col-span-2">To participate in the event</p>