Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import spaces
|
| 2 |
import sys
|
| 3 |
import os
|
| 4 |
-
|
| 5 |
|
| 6 |
|
| 7 |
# os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
|
|
|
|
| 1 |
import spaces
|
| 2 |
import sys
|
| 3 |
import os
|
| 4 |
+
import timm
|
| 5 |
|
| 6 |
|
| 7 |
# os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
|