Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,10 @@ from demo import ConversationalAgent, CustomTheme
|
|
10 |
|
11 |
|
12 |
os.system('git lfs install')
|
13 |
-
os.system("git clone https://huggingface.co/
|
14 |
|
15 |
FOOD_EXAMPLES = "./demo/food_for_demo.json"
|
16 |
-
|
17 |
-
MODEL_PATH = "./lr35_ep10"
|
18 |
OUTPUT_PATH = "./outputs"
|
19 |
|
20 |
def setup_seeds():
|
|
|
10 |
|
11 |
|
12 |
os.system('git lfs install')
|
13 |
+
os.system("git clone https://huggingface.co/dstars/InternVL_Food")
|
14 |
|
15 |
FOOD_EXAMPLES = "./demo/food_for_demo.json"
|
16 |
+
MODEL_PATH = "./InternVL_Food/lr35_ep10"
|
|
|
17 |
OUTPUT_PATH = "./outputs"
|
18 |
|
19 |
def setup_seeds():
|