Spaces:
Running
Running
Commit
·
e8e4446
1
Parent(s):
6ddb8bd
Update app.py
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ def get_arguments():
|
|
377 |
"""获取参数配置"""
|
378 |
parser = argparse.ArgumentParser(description="MiniGPT4-Video参数")
|
379 |
parser.add_argument("--cfg-path", help="配置文件路径",
|
380 |
-
default="test_configs/
|
381 |
parser.add_argument("--ckpt", type=str,
|
382 |
default='checkpoints/video_llama_checkpoint_last.pth',
|
383 |
help="模型检查点路径")
|
|
|
377 |
"""获取参数配置"""
|
378 |
parser = argparse.ArgumentParser(description="MiniGPT4-Video参数")
|
379 |
parser.add_argument("--cfg-path", help="配置文件路径",
|
380 |
+
default="test_configs/llama2_test_config.yaml")
|
381 |
parser.add_argument("--ckpt", type=str,
|
382 |
default='checkpoints/video_llama_checkpoint_last.pth',
|
383 |
help="模型检查点路径")
|