Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
6d30c01
1
Parent(s):
15132d4
This works, but we have to increase the limit slightly...
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ if os.path.exists(DEFAULT_MATERIALS_CSV):
|
|
310 |
else:
|
311 |
initial_df.to_csv(DEFAULT_MATERIALS_CSV, index=False)
|
312 |
|
313 |
-
@spaces.GPU() # GPU reserved only for this call
|
314 |
def run_autoforge_process(cmd, log_path):
|
315 |
"""
|
316 |
Launch the external `autoforge` CLI.
|
|
|
310 |
else:
|
311 |
initial_df.to_csv(DEFAULT_MATERIALS_CSV, index=False)
|
312 |
|
313 |
+
@spaces.GPU(duration=90) # GPU reserved only for this call
|
314 |
def run_autoforge_process(cmd, log_path):
|
315 |
"""
|
316 |
Launch the external `autoforge` CLI.
|