Ahsen Khaliq
commited on
Commit
·
710b138
1
Parent(s):
329e23c
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ os.system("git clone https://github.com/facebookresearch/omnivore.git")
|
|
| 3 |
import json
|
| 4 |
from typing import List
|
| 5 |
|
|
|
|
| 6 |
import torch
|
| 7 |
import torch.nn.functional as F
|
| 8 |
import torchvision.transforms as T
|
|
|
|
| 3 |
import json
|
| 4 |
from typing import List
|
| 5 |
|
| 6 |
+
|
| 7 |
import torch
|
| 8 |
import torch.nn.functional as F
|
| 9 |
import torchvision.transforms as T
|