Lint
This commit is contained in:
parent
f786aa3caa
commit
c21a9668a5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ from modules.utils import gradio
|
|||
|
||||
|
||||
def signal_handler(sig, frame):
|
||||
logger.info(f"Received Ctrl+C. Shutting down Text generation web UI gracefully")
|
||||
logger.info("Received Ctrl+C. Shutting down Text generation web UI gracefully.")
|
||||
if 'interface' in shared.gradio:
|
||||
shared.gradio['interface'].close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue