Spaces:
Running
on
L4
Running
on
L4
simonduerr
commited on
Commit
•
51d1370
1
Parent(s):
4d8b7fe
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=200)
|
11 |
def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples):
|
12 |
|
13 |
os.system("boltz predict ligand.fasta")
|