SIGMitch commited on
Commit
7db26c5
·
verified ·
1 Parent(s): 4a74198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def resize_image_dimensions(
58
  # new_width = new_width - (new_width % 32)
59
  # new_height = new_height - (new_height % 32)
60
 
61
- return width, height
62
 
63
 
64
  @spaces.GPU(duration=80)
 
58
  # new_width = new_width - (new_width % 32)
59
  # new_height = new_height - (new_height % 32)
60
 
61
+ return 1024, 1024
62
 
63
 
64
  @spaces.GPU(duration=80)