Reorder the imports

This commit is contained in:
oobabooga 2023-03-12 13:36:18 -03:00
parent 9276af3561
commit 4066ab4c0c

View file

@ -1,11 +1,12 @@
import re
import time
from pathlib import Path
import gradio as gr
import torch
import time
import re
import modules.shared as shared
import modules.chat as chat
import modules.shared as shared
torch._C._jit_set_profiling_mode(False)