Pluto0616 commited on
Commit
d0b1a03
·
verified ·
1 Parent(s): 138e458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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