prithivMLmods commited on
Commit
a9e7ff5
·
verified ·
1 Parent(s): 5dad248

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ def update_dimensions_on_upload(image):
287
  return (nw // 8) * 8, (nh // 8) * 8
288
 
289
 
290
- @spaces.GPU
291
  def infer(
292
  images_b64_json,
293
  prompt,
 
287
  return (nw // 8) * 8, (nh // 8) * 8
288
 
289
 
290
+ @spaces.GPU(size="xlarge")
291
  def infer(
292
  images_b64_json,
293
  prompt,