File size: 311 Bytes
2c35852
217c3af
 
 
 
 
 
 
 
 
 
 
2c35852
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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
}