MCPcopy Create free account
hub / github.com/Hunyuan-PromptEnhancer/PromptEnhancer / process_vision_info

Function process_vision_info

inference/app_stream.py:19–20  ·  view source on GitHub ↗
(messages)

Source from the content-addressed store, hash-verified

17 from qwen_vl_utils import process_vision_info
18except Exception:
19 def process_vision_info(messages):
20 return None, None
21
22def replace_single_quotes(text):
23 pattern = r"\B'([^']*)'\B"

Callers 2

predictMethod · 0.70
predict_streamMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected