akhaliq HF Staff commited on
Commit
06c420c
·
1 Parent(s): 318e9c9

add steps for Gradio HF

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -86,4 +86,15 @@ pinned: false
86
  </li>
87
  <li class="my-4">participant ideas</li>
88
  </ul>
 
 
 
 
 
 
 
 
 
 
 
89
  </div>
 
86
  </li>
87
  <li class="my-4">participant ideas</li>
88
  </ul>
89
+ <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Creating a Gradio demo on Hugging Face Spaces</h3>
90
+ <p class="lg:col-span-2">Once a model has been picked from the choices above, you can share a model in a Space using Gradio. Read more about how to add Gradio spaces: https://huggingface.co/blog/gradio-spaces</p>
91
+ <br />
92
+
93
+ <p class="lg:col-span-2">Steps to add Gradio Spaces to the Gradio Blocks Party org</p>
94
+ <br />
95
+ <ul class="lg:col-span-2" style="list-style: circle inside">
96
+ <li class="my-4">Create a account on Hugging Face</li>
97
+ <li class="my-4">Join the Gradio Blocks Party Organization by clicking Join Organization Button in the Org Page</li>
98
+ <li class="my-4">Once approved add your space using the Gradio SDK</li>
99
+ </ul>
100
  </div>