Ahsen Khaliq
commited on
Commit
·
d343810
1
Parent(s):
8b484e8
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/mchong6/SOAT.git")
|
| 3 |
-
|
| 4 |
-
|
| 5 |
import os
|
| 6 |
import torch
|
| 7 |
import torchvision
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/mchong6/SOAT.git")
|
| 3 |
+
import sys
|
| 4 |
+
sys.path.append("SOAT")
|
| 5 |
import os
|
| 6 |
import torch
|
| 7 |
import torchvision
|