akhaliq HF staff commited on
Commit
f9585d9
β€’
1 Parent(s): 102ac64

update blocks style

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -8,6 +8,35 @@ pinned: false
8
  ---
9
 
10
  <div class="grid lg:grid-cols-2 gap-x-4">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  <h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
12
  Welcome to the Gradio Blocks Event πŸ‘‹
13
  </h2>
@@ -37,4 +66,4 @@ The goal of this event if for people to become more familiar with the blocks fea
37
  - Share Demos in a Hugging Face organization for the Blocks event
38
  </p>
39
  <br />
40
- </div>
 
8
  ---
9
 
10
  <div class="grid lg:grid-cols-2 gap-x-4">
11
+ <h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
12
+ Welcome to the Gradio Blocks Event πŸ‘‹ <a href="https://gradio.app/" target="_blank">Gradio</a> πŸ‘‹
13
+ </h2>
14
+ <br />
15
+ <p class="lg:col-span-2">
16
+ Happy to invite you to the Gradio Blocks sprint - a community event in which we will setup and deploy models using the new Gradio Blocks feature. Blocks allows you to build web-based demos in a flexible way using the Gradio library. The event will take place from May 11th to 31st. We will be organizing this event on github and the huggingface discord channel.
17
+ </p>
18
+ <br />
19
+ <h3>What is Blocks?</h3>
20
+ <p class="lg:col-span-2">
21
+ 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:
22
+
23
+ <ul>
24
+ <li>Group together related demos as multiple tabs in one web app</li>
25
+ <li>Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right</li>
26
+ <li>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>
27
+ <li>Change a component's properties (for example, the choices in a Dropdown) or its visibilty based on user input</li>
28
+ </ul>
29
+ </p>
30
+ <br />
31
+ <ul class="lg:col-span-2" style="list-style: circle inside">
32
+ <li class="my-4">
33
+ <a href="https://discord.com/invite/my8w7JUxZR" target="_blank"><u>discord for Gradio Blocks</u></a>
34
+ </li>
35
+ </ul>
36
+ <br />
37
+ <br />
38
+
39
+ <!-- <div class="grid lg:grid-cols-2 gap-x-4">
40
  <h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
41
  Welcome to the Gradio Blocks Event πŸ‘‹
42
  </h2>
 
66
  - Share Demos in a Hugging Face organization for the Blocks event
67
  </p>
68
  <br />
69
+ </div> -->