Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch.backends.cudnn as cudnn
|
|
6 |
import gradio as gr
|
7 |
|
8 |
os.system('git lfs install')
|
9 |
-
os.system("git clone https://huggingface.co/Pluto0616/L2_InternVL
|
10 |
os.system('cd ./L2_InternVL')
|
11 |
from utils import load_json, init_logger
|
12 |
from demo import ConversationalAgent, CustomTheme
|
|
|
6 |
import gradio as gr
|
7 |
|
8 |
os.system('git lfs install')
|
9 |
+
os.system("git clone https://huggingface.co/Pluto0616/L2_InternVL")
|
10 |
os.system('cd ./L2_InternVL')
|
11 |
from utils import load_json, init_logger
|
12 |
from demo import ConversationalAgent, CustomTheme
|