Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def delete_old_files():
|
|
139 |
if file_mtime < cutoff:
|
140 |
os.remove(file_path)
|
141 |
time.sleep(600)
|
142 |
-
@spaces.GPU(duration=
|
143 |
def plex(prompt,image_input,seed_value,scale_status,rife_status,progress=gr.Progress(track_tqdm=True)):
|
144 |
seed = seed_value
|
145 |
if seed == -1:
|
|
|
139 |
if file_mtime < cutoff:
|
140 |
os.remove(file_path)
|
141 |
time.sleep(600)
|
142 |
+
@spaces.GPU(duration=180)
|
143 |
def plex(prompt,image_input,seed_value,scale_status,rife_status,progress=gr.Progress(track_tqdm=True)):
|
144 |
seed = seed_value
|
145 |
if seed == -1:
|