Spaces:
Running
Running
add spaces desc
Browse files
README.md
CHANGED
@@ -28,6 +28,11 @@ 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 |
<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>
|
|
|
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>
|