Sort imports
This commit is contained in:
parent
962e33dc10
commit
1dc464dcb0
8 changed files with 9 additions and 8 deletions
|
@ -4,12 +4,12 @@ import re
|
|||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import modules.chat as chat
|
||||
import modules.shared as shared
|
||||
import requests
|
||||
import torch
|
||||
from PIL import Image
|
||||
|
||||
from modules import chat, shared
|
||||
|
||||
torch._C._jit_set_profiling_mode(False)
|
||||
|
||||
# parameters which can be customized in settings.json of webui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue