Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rerun
/
InstantMesh
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
344c16f
InstantMesh
/
src
/
main.rs
Jeremy Leibs
Initial commit
344c16f
unverified
9 months ago
raw
Copy download link
history
blame
80 Bytes
//! Example of a Rust binary.
fn
main
() {
println!
(
"Hello, PROJ_NAME!"
);
}