Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
Zhengyi/CRM
mashroo
/
CRM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
71312a3
CRM
Ctrl+K
Ctrl+K
3 contributors
History:
118 commits
YoussefAnso
Refactor gen_image function in app.py to utilize NamedTemporaryFile for GLB file creation, enhancing file management and simplifying cleanup. Return the path of the temporary GLB file directly.
71312a3
about 1 month ago
configs
init
over 1 year ago
examples
Re-added .webp images via Git LFS after history cleanup
about 1 month ago
imagedream
init
over 1 year ago
libs
init
over 1 year ago
model
Refactor gen_image function in app.py to create temporary GLB files in a persistent directory, improving file management. Update CRM model to transform vertices and faces for correct GLB coordinate system compatibility.
about 1 month ago
util
Update util/renderer.py
over 1 year ago
.gitattributes
Safe
1.77 kB
Track .webp images with Git LFS
about 1 month ago
.gitignore
Safe
2.7 kB
fix
over 1 year ago
README.md
Safe
252 Bytes
Remove unnecessary launch parameters from app.py for simplicity and update README.md to reflect the new Gradio SDK version 4.21.0.
about 1 month ago
app.py
Safe
8.99 kB
Refactor gen_image function in app.py to utilize NamedTemporaryFile for GLB file creation, enhancing file management and simplifying cleanup. Return the path of the temporary GLB file directly.
about 1 month ago
inference.py
Safe
3.99 kB
Update mesh export in inference.py to use .glb suffix for temporary files and return the correct path without appending .obj. This improves file handling consistency.
about 1 month ago
mesh.py
Safe
33.1 kB
Refactor GLTF export in Mesh class to streamline buffer views and accessors. Enhance texture handling and ensure proper integration of vertex attributes, improving overall GLB file generation.
about 1 month ago
pipelines.py
Safe
6.63 kB
fix
over 1 year ago
requirements.txt
Safe
334 Bytes
Add base64 import to app.py for encoding functionality; remove unnecessary newline in requirements.txt.
about 1 month ago