Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
poolformer
like
7
Runtime error
App
Files
Files
Community
akhaliq
HF staff
commited on
Feb 28, 2022
Commit
70959e2
•
1 Parent(s):
36cc291
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/sail/poolformer_m48").launch()