Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ import gradio as gr
|
|
7 |
|
8 |
os.system('git lfs install')
|
9 |
os.system("git clone https://huggingface.co/Pluto0616/L2_InternVL")
|
10 |
-
|
11 |
-
from utils import load_json, init_logger
|
12 |
-
from demo import ConversationalAgent, CustomTheme
|
13 |
|
14 |
FOOD_EXAMPLES = "./L2_InternVL/demo/food_for_demo.json"
|
15 |
# MODEL_PATH = "/root/share/new_models/OpenGVLab/InternVL2-2B"
|
|
|
7 |
|
8 |
os.system('git lfs install')
|
9 |
os.system("git clone https://huggingface.co/Pluto0616/L2_InternVL")
|
10 |
+
|
11 |
+
from L2_InternVL.utils import load_json, init_logger
|
12 |
+
from L2_InternVL.demo import ConversationalAgent, CustomTheme
|
13 |
|
14 |
FOOD_EXAMPLES = "./L2_InternVL/demo/food_for_demo.json"
|
15 |
# MODEL_PATH = "/root/share/new_models/OpenGVLab/InternVL2-2B"
|