Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
build-small-hackathon
/
virtual-characters
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
virtual-characters
/
src
/
vision_engine.py
ShadowInk
Upload complete Space runtime files
6bcddd0
verified
16 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
225 Bytes
def
build_vision_note
(
uploaded_image
) ->
str
|
None
:
if
uploaded_image
is
None
:
return
None
return
"用户提供了一张图片。后续由 Modal VLM 提取图像内容,并转成角色视角下的观察。"