SIGMitch commited on
Commit
89e0617
·
verified ·
1 Parent(s): 5047bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def resize_image_dimensions(
79
  # new_width = new_width - (new_width % 32)
80
  # new_height = new_height - (new_height % 32)
81
 
82
- return int(w), int(h)
83
 
84
 
85
  @spaces.GPU(duration=80)
 
79
  # new_width = new_width - (new_width % 32)
80
  # new_height = new_height - (new_height % 32)
81
 
82
+ return int(h), int(w)
83
 
84
 
85
  @spaces.GPU(duration=80)