Sort the imports

This commit is contained in:
oobabooga 2023-03-31 02:01:48 -03:00
parent d28a5c9569
commit 3b90d604d7

View file

@ -1,9 +1,12 @@
from pathlib import Path
import gradio as gr
from modules.html_generator import get_image_cache
from modules.chat import load_character
from modules.html_generator import get_image_cache
from modules.shared import gradio, settings
def generate_css():
css = """
.character-gallery > .gallery {