SusiePHaltmann commited on
Commit
5ab183f
1 Parent(s): 1e0deb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -83,8 +83,7 @@ def load_model(BERT):
83
  def inpaint(image, BERT):
84
 
85
  # Inpaint the image here...
86
-
87
- return inpainted_image
88
 
89
 
90
  st.set_option('deprecation.showfileUploaderEncoding', False)
 
83
  def inpaint(image, BERT):
84
 
85
  # Inpaint the image here...
86
+ return inpainted_image
 
87
 
88
 
89
  st.set_option('deprecation.showfileUploaderEncoding', False)