mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Sort the imports
This commit is contained in:
parent
d28a5c9569
commit
3b90d604d7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user