nroggendorff commited on
Commit
3265122
·
1 Parent(s): 75b575e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py ADDED
@@ -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()