Spaces:
Runtime error
Runtime error
update cap
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import sys
|
|
3 |
from pathlib import Path
|
4 |
# os.system("cd transformers && pip install .")
|
5 |
os.system("cd multimodal && pip install -e .")
|
6 |
-
|
7 |
import numpy as np
|
8 |
import torch
|
9 |
from PIL import Image
|
|
|
3 |
from pathlib import Path
|
4 |
# os.system("cd transformers && pip install .")
|
5 |
os.system("cd multimodal && pip install -e .")
|
6 |
+
os.system("cd multimodal/YOLOX && pip install -e .")
|
7 |
import numpy as np
|
8 |
import torch
|
9 |
from PIL import Image
|