Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SusiePHaltmann
/
HaltmannDiffusionv0
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
SusiePHaltmann
commited on
May 31, 2022
Commit
e26f4f3
·
1 Parent(s):
21149ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,7 +80,7 @@ def load_model():
80
81
return model
82
83
-
def inpaint(image, GPTNEOX):
84
85
# Inpaint the image here...
86
80
81
return model
82
83
+
def inpaint(image, GPTNEOX):
84
85
# Inpaint the image here...
86