Juno360219 commited on
Commit
5106c58
1 Parent(s): 9825e46

Update main.js

Browse files
Files changed (1) hide show
  1. main.js +10 -1
main.js CHANGED
@@ -53,4 +53,13 @@ document.addEventListener("alpine:initialized", () => {
53
  renderer.render(scene, camera);
54
  }
55
  animate();
56
- });
 
 
 
 
 
 
 
 
 
 
53
  renderer.render(scene, camera);
54
  }
55
  animate();
56
+ });
57
+ from hugging_face import image_to_3d
58
+ from pip import install
59
+ import os
60
+ from os.path import expandvars
61
+
62
+ install(os)
63
+
64
+ img_to_3d = image_to_3d(expandvars('%s.jpg'))
65
+ print(img_to_3d.jpg_text)