JamesDio commited on
Commit
4e7dc13
·
verified ·
1 Parent(s): 0cf00a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ os.system("pip install git+https://github.com/shumingma/transformers.git")
4
 
5
  import threading
6
  import torch
7
- import torch.dynamo
8
  torch._dynamo.config.suppress_errors = True
9
 
10
 
 
4
 
5
  import threading
6
  import torch
7
+ import torch._dynamo
8
  torch._dynamo.config.suppress_errors = True
9
 
10