sandeshrajx
commited on
Commit
•
688f5da
1
Parent(s):
3f8081f
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def download_model(repo_id, model_name):
|
|
32 |
|
33 |
import glob
|
34 |
|
35 |
-
@spaces.GPU(duration=
|
36 |
def run_model(temp_config_path, ckpt_path):
|
37 |
start_time = time.time() # Record the start time
|
38 |
cmd = [
|
|
|
32 |
|
33 |
import glob
|
34 |
|
35 |
+
@spaces.GPU(duration=1500)
|
36 |
def run_model(temp_config_path, ckpt_path):
|
37 |
start_time = time.time() # Record the start time
|
38 |
cmd = [
|