Spaces:
Running
Running
oceansweep
commited on
Commit
•
c9ef6ad
1
Parent(s):
3c55208
Edit to make gui always launch
Browse files
App_Function_Libraries/__pycache__/Book_Ingestion_Lib.cpython-310.pyc
ADDED
Binary file (1.88 kB). View file
|
|
App_Function_Libraries/__pycache__/Chunk_Lib.cpython-310.pyc
ADDED
Binary file (13 kB). View file
|
|
__pycache__/SQLite_DB.cpython-310.pyc
CHANGED
Binary files a/__pycache__/SQLite_DB.cpython-310.pyc and b/__pycache__/SQLite_DB.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -725,7 +725,7 @@ Sample commands:
|
|
725 |
parser.add_argument('-vad', '--vad_filter', action='store_true', help='Enable VAD filter')
|
726 |
parser.add_argument('-log', '--log_level', type=str, default='INFO',
|
727 |
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'], help='Log level (default: INFO)')
|
728 |
-
parser.add_argument('-gui', '--user_interface', action='store_true', help="Launch the Gradio user interface")
|
729 |
parser.add_argument('-demo', '--demo_mode', action='store_true', help='Enable demo mode')
|
730 |
parser.add_argument('-prompt', '--custom_prompt', type=str,
|
731 |
help='Pass in a custom prompt to be used in place of the existing one.\n (Probably should just '
|
|
|
725 |
parser.add_argument('-vad', '--vad_filter', action='store_true', help='Enable VAD filter')
|
726 |
parser.add_argument('-log', '--log_level', type=str, default='INFO',
|
727 |
choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'], help='Log level (default: INFO)')
|
728 |
+
parser.add_argument('-gui', '--user_interface', action='store_true', default=True, help="Launch the Gradio user interface")
|
729 |
parser.add_argument('-demo', '--demo_mode', action='store_true', help='Enable demo mode')
|
730 |
parser.add_argument('-prompt', '--custom_prompt', type=str,
|
731 |
help='Pass in a custom prompt to be used in place of the existing one.\n (Probably should just '
|