Update getting_started.html

This commit is contained in:
Ali Abdalla 2019-09-22 15:23:54 -07:00 committed by GitHub
parent b326ad581c
commit 961b688ea5

View File

@ -31,7 +31,6 @@
<a href="contact.html">Contact</a>
</nav>
<div class="content">
<h4>Note: We are working on allowing developers to upload models directly to GradioHub.com. For now, if you'd like to share your model publicly, please reach out at team@gradio.app</h4>
<h1>Installation</h1>
<p>Gradio requires <a href="https://www.python.org/downloads/">Python 3</a>. Once you have Python, you can download the latest version of <code>gradio</code> using pip, like this:</p>
<pre><code class="bash">pip install gradio</code></pre>