Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ run("python -m pip install --upgrade pip")
|
|
43 |
run("pip install -r req.txt")
|
44 |
|
45 |
def deps():
|
46 |
-
try:
|
47 |
import spaces
|
48 |
import torch
|
49 |
import gradio as gr
|
@@ -63,9 +62,6 @@ def deps():
|
|
63 |
#import jax
|
64 |
#import jax.numpy as jnp
|
65 |
from pyina.launchers import TorqueMpiPool as Pool
|
66 |
-
except:
|
67 |
-
pass
|
68 |
-
|
69 |
deps()
|
70 |
|
71 |
last_motion=None
|
|
|
43 |
run("pip install -r req.txt")
|
44 |
|
45 |
def deps():
|
|
|
46 |
import spaces
|
47 |
import torch
|
48 |
import gradio as gr
|
|
|
62 |
#import jax
|
63 |
#import jax.numpy as jnp
|
64 |
from pyina.launchers import TorqueMpiPool as Pool
|
|
|
|
|
|
|
65 |
deps()
|
66 |
|
67 |
last_motion=None
|