| { | |
| "model_path": "model/best_model.keras", | |
| "labels": ["Heart", "Oblong", "Oval", "Round", "Square"], | |
| "port": 7860, | |
| "cors_allowed_origins": [ | |
| "http://localhost:3000", | |
| "http://127.0.0.1:3000" | |
| ], | |
| "share": false, | |
| "gradio_auth_token": null, | |
| "gradio_username": null, | |
| "gradio_password": null | |
| } |