Spaces:
Running
Running
fix spaces order
Browse files
README.md
CHANGED
@@ -28,11 +28,6 @@ pinned: false
|
|
28 |
gradio.Blocks 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.
|
29 |
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:
|
30 |
</p>
|
31 |
-
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">How Does Gradio and Hugging Face work together?</h3>
|
32 |
-
<br />
|
33 |
-
<p class="lg:col-span-2">
|
34 |
-
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+ spaces currently on Hugging Face. Learn more about spaces here.
|
35 |
-
</p>
|
36 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
37 |
<li class="my-4">Group together related demos as multiple tabs in one web app</li>
|
38 |
<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>
|
@@ -42,6 +37,12 @@ pinned: false
|
|
42 |
<br />
|
43 |
<p class="lg:col-span-2">to learn more about Blocks see the guide</p>
|
44 |
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Event Plan</h3>
|
46 |
<p class="lg:col-span-2">main components of the event consist of:</p>
|
47 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
|
|
28 |
gradio.Blocks 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.
|
29 |
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:
|
30 |
</p>
|
|
|
|
|
|
|
|
|
|
|
31 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
32 |
<li class="my-4">Group together related demos as multiple tabs in one web app</li>
|
33 |
<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>
|
|
|
37 |
<br />
|
38 |
<p class="lg:col-span-2">to learn more about Blocks see the guide</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+ spaces currently on Hugging Face. Learn more about spaces here.
|
44 |
+
</p>
|
45 |
+
<br />
|
46 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Event Plan</h3>
|
47 |
<p class="lg:col-span-2">main components of the event consist of:</p>
|
48 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|