bgamazay commited on
Commit
0e7a476
·
verified ·
1 Parent(s): d0dc64e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -189,7 +189,6 @@ def main():
189
  )
190
 
191
  def create_label_single_pass(background_image, model_data, final_size=(520, 728)):
192
- def create_label_single_pass(background_image, model_data, final_size=(520, 728)):
193
  bg_resized = background_image.resize(final_size, Image.Resampling.LANCZOS)
194
 
195
  # If no task is selected (i.e. using default model_data), return the background without drawing any text.
 
189
  )
190
 
191
  def create_label_single_pass(background_image, model_data, final_size=(520, 728)):
 
192
  bg_resized = background_image.resize(final_size, Image.Resampling.LANCZOS)
193
 
194
  # If no task is selected (i.e. using default model_data), return the background without drawing any text.