Charbel Malo commited on
Commit
467b24d
1 Parent(s): a286352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -130,7 +130,8 @@ load_face_swapper_model()
130
 
131
  ## ------------------------------ MAIN PROCESS ------------------------------
132
 
133
- @spaces.GPU
 
134
  def process(
135
  input_type,
136
  image_path,
 
130
 
131
  ## ------------------------------ MAIN PROCESS ------------------------------
132
 
133
+
134
+ @spaces.GPU(duration=300, enable_queue=True)
135
  def process(
136
  input_type,
137
  image_path,