Update globals.py

This commit is contained in:
Feanix-Fyre 2023-08-23 09:19:01 -04:00 committed by GitHub
parent 03bb8c0807
commit 4d40fbe4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ source_path : Optional[str] = None
target_path : Optional[str] = None
output_path : Optional[str] = None
headless : Optional[bool] = None
gradio_port : Optional[int] = None
gradio_share : Optional[bool] = None
gradio_listen : Optional[str] = None
frame_processors : List[str] = []
ui_layouts : List[str] = []
keep_fps : Optional[bool] = None
@ -28,6 +31,4 @@ max_memory : Optional[int] = None
execution_providers : List[str] = []
execution_thread_count : Optional[int] = None
execution_queue_count : Optional[int] = None
gradio_port : Optional[int] = None
gradio_share : Optional[bool] = None
gradio_listen : Optional[str] = None