Spaces:
Running
Running
add link to Gradio course
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ pinned: false
|
|
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 |
<p class="lg:col-span-2">Gradio can be installed via pip</p>
|
|
|
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> and the new Course on Huggingface about Gradio: <a href="https://huggingface.co/course/chapter9/1?fw=pt" style="text-decoration: underline" target="_blank">Gradio Course</a>.
|
28 |
</p>
|
29 |
<br />
|
30 |
<p class="lg:col-span-2">Gradio can be installed via pip</p>
|