Spaces:
Runtime error
Runtime error
Update segment2tissue_safron_media.py
Browse files
segment2tissue_safron_media.py
CHANGED
|
@@ -515,7 +515,6 @@ def append_index(filesets, step=False):
|
|
| 515 |
index.write("</tr>")
|
| 516 |
return index_path
|
| 517 |
|
| 518 |
-
@spaces.GPU(duration=120)
|
| 519 |
def main():
|
| 520 |
if a.seed is None:
|
| 521 |
a.seed = random.randint(0, 2 ** 31 - 1)
|
|
|
|
| 515 |
index.write("</tr>")
|
| 516 |
return index_path
|
| 517 |
|
|
|
|
| 518 |
def main():
|
| 519 |
if a.seed is None:
|
| 520 |
a.seed = random.randint(0, 2 ** 31 - 1)
|