lev1 commited on
Commit
9c17006
·
verified ·
1 Parent(s): 1b8a2ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch
2
- torch.jit.script = lambda f: f
3
  # General
4
  import os
5
  from os.path import join as opj
 
1
  import torch
2
+ # torch.jit.script = lambda f: f
3
  # General
4
  import os
5
  from os.path import join as opj