Reorder the imports
This commit is contained in:
parent
9276af3561
commit
4066ab4c0c
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
|
import re
|
||||||
|
import time
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import gradio as gr
|
import gradio as gr
|
||||||
import torch
|
import torch
|
||||||
import time
|
|
||||||
import re
|
|
||||||
import modules.shared as shared
|
|
||||||
import modules.chat as chat
|
import modules.chat as chat
|
||||||
|
import modules.shared as shared
|
||||||
|
|
||||||
torch._C._jit_set_profiling_mode(False)
|
torch._C._jit_set_profiling_mode(False)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue