DipeshChaudhary commited on
Commit
6726368
·
verified ·
1 Parent(s): cdb88fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- !pip install torch==2.3.0 torchvision torchaudio -f https://download.pytorch.org/whl/cu121/torch_stable.html
2
  # Check Python version
3
  import sys
4
  print("Python version:", sys.version)
 
1
+ pip install torch==2.3.0 torchvision torchaudio -f https://download.pytorch.org/whl/cu121/torch_stable.html
2
  # Check Python version
3
  import sys
4
  print("Python version:", sys.version)