Spaces:
Runtime error
Runtime error
update chat
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ os.system("cd multimodal/YOLOX && pip install .")
|
|
| 5 |
import numpy as np
|
| 6 |
import torch
|
| 7 |
from PIL import Image
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
import string
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
import torch
|
| 7 |
from PIL import Image
|
| 8 |
+
import tempfile
|
| 9 |
|
| 10 |
|
| 11 |
import string
|