Update app.py
Browse files
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.
|
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 |
|