Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ import spaces
|
|
2 |
|
3 |
import torch
|
4 |
|
|
|
|
|
5 |
# import torch._dynamo
|
6 |
# torch._dynamo.config.suppress_errors = True
|
7 |
# torch._dynamo.disable()
|
|
|
2 |
|
3 |
import torch
|
4 |
|
5 |
+
print('torch version:', torch.__version__)
|
6 |
+
|
7 |
# import torch._dynamo
|
8 |
# torch._dynamo.config.suppress_errors = True
|
9 |
# torch._dynamo.disable()
|