Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import sys
|
|
|
3 |
|
4 |
if __name__ == '__main__':
|
5 |
# Install the package in editable mode
|
@@ -52,7 +53,6 @@ if __name__ == '__main__':
|
|
52 |
# os.system("cd ..")
|
53 |
|
54 |
import argparse
|
55 |
-
from demo.UI import Main_ui
|
56 |
|
57 |
parser = argparse.ArgumentParser(description='SEAGULL', formatter_class=argparse.RawTextHelpFormatter)
|
58 |
parser.add_argument('--model', help='path to seagull model', default='Zevin2023/SEAGULL-7B')
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
+
from demo.UI import Main_ui
|
4 |
|
5 |
if __name__ == '__main__':
|
6 |
# Install the package in editable mode
|
|
|
53 |
# os.system("cd ..")
|
54 |
|
55 |
import argparse
|
|
|
56 |
|
57 |
parser = argparse.ArgumentParser(description='SEAGULL', formatter_class=argparse.RawTextHelpFormatter)
|
58 |
parser.add_argument('--model', help='path to seagull model', default='Zevin2023/SEAGULL-7B')
|