Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lelafav502
/
fallpt-chat
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lelafav502
commited on
Aug 5, 2023
Commit
cc7ab21
·
1 Parent(s):
95a6dcd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ import gradio as gr
2
3
4
# Load the model
5
-
gr.
Interface.
load("CompVis/stable-diffusion-v1-4").launch()
2
3
4
# Load the model
5
+
gr.load("CompVis/stable-diffusion-v1-4").launch()