yxchng
commited on
Commit
·
09d8494
1
Parent(s):
1331a7f
update
Browse files
app.py
CHANGED
|
@@ -3,8 +3,11 @@ import gradio as gr
|
|
| 3 |
import subprocess
|
| 4 |
|
| 5 |
import os
|
|
|
|
| 6 |
os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
|
|
|
|
| 7 |
os.system('pip install tokenizers==0.8.1rc1')
|
|
|
|
| 8 |
|
| 9 |
os.system('wget https://huggingface.co/yxchng/elia_refcoco/resolve/main/model_best_refcoco_0508.pth')
|
| 10 |
image_path = './image001.png'
|
|
|
|
| 3 |
import subprocess
|
| 4 |
|
| 5 |
import os
|
| 6 |
+
print("A")
|
| 7 |
os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh")
|
| 8 |
+
print("B")
|
| 9 |
os.system('pip install tokenizers==0.8.1rc1')
|
| 10 |
+
print("C")
|
| 11 |
|
| 12 |
os.system('wget https://huggingface.co/yxchng/elia_refcoco/resolve/main/model_best_refcoco_0508.pth')
|
| 13 |
image_path = './image001.png'
|