curl -X POST "http://localhost:7860/api/predict" \ -F "fn_index=0" \ -F "data=@/path/to/your/image.jpg"
curl -X POST "http://localhost:7860/api/predict" \ -H "Content-Type: application/json" \ -d '{ "fn_index": 1, "data": ["YOUR_BASE64_STRING_HERE"] }'