mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 18:19:03 -04:00
chore: make format
This commit is contained in:
parent
211882599f
commit
9ab424e52c
@ -23,7 +23,7 @@ import logging
|
|||||||
from typing import List, Tuple
|
from typing import List, Tuple
|
||||||
|
|
||||||
from app_modules.presets import gr
|
from app_modules.presets import gr
|
||||||
from app_modules.utils import detect_converted_mark, convert_asis, convert_mdtext
|
from app_modules.utils import convert_asis, convert_mdtext, detect_converted_mark
|
||||||
|
|
||||||
|
|
||||||
def compact_text_chunks(self, prompt, text_chunks: List[str]) -> List[str]:
|
def compact_text_chunks(self, prompt, text_chunks: List[str]) -> List[str]:
|
||||||
|
@ -22,9 +22,9 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import html
|
import html
|
||||||
import logging
|
import logging
|
||||||
|
import os
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
import os
|
|
||||||
|
|
||||||
import mdtex2html
|
import mdtex2html
|
||||||
from app_modules.presets import ALREADY_CONVERTED_MARK
|
from app_modules.presets import ALREADY_CONVERTED_MARK
|
||||||
|
Loading…
Reference in New Issue
Block a user