Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
VaneM
/
Stable-Difussion-basic-app
like
2
Runtime error
App
Files
Files
Community
VaneM
commited on
Dec 8, 2022
Commit
34ba184
•
1 Parent(s):
2570f5b
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("models/stabilityai/stable-diffusion-2").launch()