4631d6a
1
2
3
4
5
6
7
8
import fbx import streamlit as st st.title('Optical Motion Capture AI') mng = fbx.FbxManager.Create() st.write('Successfully loaded the fbx module:') st.write(mng)