Update run.py
Browse files
run.py
CHANGED
|
@@ -3,7 +3,7 @@ if __name__ == '__main__':
|
|
| 3 |
from demo.UI import Main_ui
|
| 4 |
|
| 5 |
parser = argparse.ArgumentParser(description='SEAGULL', formatter_class=argparse.RawTextHelpFormatter)
|
| 6 |
-
parser.add_argument('--model', help='path to seagull model', default='
|
| 7 |
parser.add_argument('--example_path', help='path to examples', default='./imgs/Examples')
|
| 8 |
args = parser.parse_args()
|
| 9 |
|
|
|
|
| 3 |
from demo.UI import Main_ui
|
| 4 |
|
| 5 |
parser = argparse.ArgumentParser(description='SEAGULL', formatter_class=argparse.RawTextHelpFormatter)
|
| 6 |
+
parser.add_argument('--model', help='path to seagull model', default='./checkpoints/SEAGULL-7B')
|
| 7 |
parser.add_argument('--example_path', help='path to examples', default='./imgs/Examples')
|
| 8 |
args = parser.parse_args()
|
| 9 |
|