mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Sort the imports
This commit is contained in:
parent
d28a5c9569
commit
3b90d604d7
@ -1,9 +1,12 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import gradio as gr
|
import gradio as gr
|
||||||
from modules.html_generator import get_image_cache
|
|
||||||
from modules.chat import load_character
|
from modules.chat import load_character
|
||||||
|
from modules.html_generator import get_image_cache
|
||||||
from modules.shared import gradio, settings
|
from modules.shared import gradio, settings
|
||||||
|
|
||||||
|
|
||||||
def generate_css():
|
def generate_css():
|
||||||
css = """
|
css = """
|
||||||
.character-gallery > .gallery {
|
.character-gallery > .gallery {
|
||||||
|
Loading…
Reference in New Issue
Block a user