Vidyuth commited on
Commit
e234713
1 Parent(s): b649b3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
-
3
- #import torch
4
- #from torch import nn
5
  from pathlib import Path
6
 
7
 
 
1
 
2
+ !pip3 install torch
3
+ import torch
4
+ from torch import nn
5
  from pathlib import Path
6
 
7