File size: 413 Bytes
cd40da4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
// Configure your Gradio endpoint URL here
// After deploying your Gradio app, replace this URL with your hosted endpoint
export const GRADIO_ENDPOINT = "https://huggingface.co/spaces/TutuAwad/iat";

// Minimum similarity threshold - songs below this won't be shown
export const MIN_SIMILARITY_THRESHOLD = 0.5;

// Demo mode - set to true to use mock data while setting up backend
export const DEMO_MODE = false;