Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nroggendorff/README
glides
/
README
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nroggendorff
commited on
Aug 18
Commit
3265122
·
1 Parent(s):
75b575e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import gradio
2
+
with gradio.Blocks() as d: gradio.HTML('Providing popular models for use with HuggingFace for free.'); d.launch()