Pluto0616 commited on
Commit
32f1e23
·
verified ·
1 Parent(s): 4a28811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
 
8
  os.system('git lfs install')
9
  os.system("pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL")
10
- os.system('cd /Pluto0616/L2_InternVL')
11
 
12
  from utils import load_json, init_logger
13
  from demo import ConversationalAgent, CustomTheme
 
7
 
8
  os.system('git lfs install')
9
  os.system("pip install git+https://hf-mirror.com/Pluto0616/L2_InternVL")
10
+ os.system('cd /home/user/app/L2_InternVL')
11
 
12
  from utils import load_json, init_logger
13
  from demo import ConversationalAgent, CustomTheme