SusiePHaltmann commited on
Commit
e26f4f3
·
1 Parent(s): 21149ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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