Update globals.py

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

View File

@ -28,3 +28,6 @@ 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