hf-models / app-config.json
DimasMP3
Rewrite app-config.json without BOM
2c35852
raw
history blame contribute delete
311 Bytes
{
"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
}