PD03 commited on
Commit
276c5ab
·
verified ·
1 Parent(s): 2e1b6a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ logging.basicConfig(level=logging.INFO)
12
  logger = logging.getLogger(__name__)
13
 
14
  # Configuration
15
- MCP_URL = "https://bright-moons-tease.loca.lt/mcp"
16
  API_URL = "https://api-inference.huggingface.co/models/microsoft/DialoGPT-medium"
17
 
18
  # Fallback API URLs in case primary fails
 
12
  logger = logging.getLogger(__name__)
13
 
14
  # Configuration
15
+ MCP_URL = "https://loud-rocks-push.loca.lt"
16
  API_URL = "https://api-inference.huggingface.co/models/microsoft/DialoGPT-medium"
17
 
18
  # Fallback API URLs in case primary fails