Reorder the imports
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user