Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
os.system('git lfs install')
|
2 |
os.system("pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL")
|
3 |
-
os.system('python
|
|
|
1 |
+
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')
|