Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from gradio_cofoldinginput import CofoldingInput
|
|
| 7 |
|
| 8 |
import os
|
| 9 |
|
| 10 |
-
@spaces.GPU(duration=
|
| 11 |
def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples):
|
| 12 |
|
| 13 |
os.system("boltz predict ligand.fasta")
|
|
|
|
| 7 |
|
| 8 |
import os
|
| 9 |
|
| 10 |
+
@spaces.GPU(duration=120)
|
| 11 |
def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples):
|
| 12 |
|
| 13 |
os.system("boltz predict ligand.fasta")
|