yxchng
commited on
Commit
·
6266cae
1
Parent(s):
07163ee
app.py
CHANGED
@@ -11,7 +11,7 @@ print("B")
|
|
11 |
os.system('pip install tokenizers==0.8.1rc1')
|
12 |
print("C")
|
13 |
|
14 |
-
os.system('wget https://huggingface.co/yxchng/elia_refcoco/resolve/main/model_best_refcoco_0508.pth')
|
15 |
image_path = './image001.png'
|
16 |
sentence = 'spoon on the dish'
|
17 |
weights = 'model_best_refcoco_0508.pth'
|
|
|
11 |
os.system('pip install tokenizers==0.8.1rc1')
|
12 |
print("C")
|
13 |
|
14 |
+
#os.system('wget https://huggingface.co/yxchng/elia_refcoco/resolve/main/model_best_refcoco_0508.pth')
|
15 |
image_path = './image001.png'
|
16 |
sentence = 'spoon on the dish'
|
17 |
weights = 'model_best_refcoco_0508.pth'
|