Spaces:
Sleeping
Sleeping
Update app.py
#1
by Mudassir-75 - opened
No description provided.
TensorFlow's movenet_model.signatures['serving_default'] is likely expecting an int32 tensor, but your current code may be providing a float32 tensor.
You may need to explicitly cast your inputs to the correct data type.
JulianPhillips changed pull request status to merged