Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bedrock123
/
stable-classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bedrock123
commited on
Mar 25, 2023
Commit
6746aaf
·
1 Parent(s):
5421b7a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/google/vit-base-patch16-224").launch()
4
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()