fffiloni commited on
Commit
0e8df3d
1 Parent(s): 6e4f1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,7 @@ prompt = "high quality"
55
  ) = pipe.encode_prompt(prompt, "cuda", True)
56
 
57
 
58
- @spaces.GPU
59
  """
60
  def fill_image(image, model_selection):
61
 
@@ -103,6 +103,7 @@ def fill_image(image, model_selection):
103
  yield background, cnet_image
104
  """
105
 
 
106
  def fill_image(image, model_selection):
107
  source = image
108
  target_ratio=(9, 16)
 
55
  ) = pipe.encode_prompt(prompt, "cuda", True)
56
 
57
 
58
+
59
  """
60
  def fill_image(image, model_selection):
61
 
 
103
  yield background, cnet_image
104
  """
105
 
106
+ @spaces.GPU
107
  def fill_image(image, model_selection):
108
  source = image
109
  target_ratio=(9, 16)