Moditha24 commited on
Commit
49d337b
·
verified ·
1 Parent(s): 31c86bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import subprocess
2
  import sys
3
 
 
 
 
 
4
  # Ensure torch is installed before importing
5
  try:
6
  import torch
 
1
  import subprocess
2
  import sys
3
 
4
+ import torch
5
+ print("✅ PyTorch version:", torch.__version__)
6
+
7
+
8
  # Ensure torch is installed before importing
9
  try:
10
  import torch