nroggendorff commited on
Commit
83fd735
·
verified ·
1 Parent(s): 3265122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,2 +1 @@
1
- import gradio
2
- with gradio.Blocks() as d: gradio.HTML('Providing popular models for use with HuggingFace for free.'); d.launch()
 
1
+ import gradio; with gradio.Blocks() as d: gradio.HTML('Providing popular models for use with HuggingFace for free.'); d.launch()