Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import os
|
|
2 |
|
3 |
os.system('git lfs install')
|
4 |
os.system("pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL")
|
5 |
-
os.system('python demo.py')
|
|
|
2 |
|
3 |
os.system('git lfs install')
|
4 |
os.system("pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL")
|
5 |
+
os.system('python /Pluto0616/L2_InternVL/demo.py')
|