akhaliq HF staff osanseviero commited on
Commit
a99d91a
1 Parent(s): 10fc838

Update README.md (#1)

Browse files

- Update README.md (419d4f30ce549b2f2d58ab2e93b832429d0202b4)


Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ pinned: false
35
  <code>gradio.Blocks</code> 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.
36
  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:
37
  </p>
38
- <ul class="lg:col-span-2" style="list-style: circle inside">
39
  <li class="my-4">Group together related demos as multiple tabs in one web app</li>
40
  <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>
41
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>
 
35
  <code>gradio.Blocks</code> 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.
36
  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:
37
  </p>
38
+ <ul class="lg:col-span-2">
39
  <li class="my-4">Group together related demos as multiple tabs in one web app</li>
40
  <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>
41
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>