Spaces:
Running
Running
chagne gpt-4.1 as default model
Browse files
app.py
CHANGED
|
@@ -311,7 +311,7 @@ def grade(file_obj, key, model, progress=gr.Progress()):
|
|
| 311 |
zipObj.write(fpath, arcname)
|
| 312 |
for fpath in files:
|
| 313 |
os.remove(fpath)
|
| 314 |
-
schedule_cleanup([zip_file, workdir], delay=
|
| 315 |
return zip_file
|
| 316 |
|
| 317 |
|
|
|
|
| 311 |
zipObj.write(fpath, arcname)
|
| 312 |
for fpath in files:
|
| 313 |
os.remove(fpath)
|
| 314 |
+
schedule_cleanup([zip_file, workdir], delay=3600)
|
| 315 |
return zip_file
|
| 316 |
|
| 317 |
|