GotThatData commited on
Commit
8d0ab30
·
verified ·
1 Parent(s): 43e3a5c

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from datetime import datetime
22
  # CONFIGURATION
23
  # =============================================================================
24
 
25
- API_BASE = os.environ.get("NUANCE_API_URL", "https://1millionspins.originneural.ai")
26
 
27
  # Response sanitization
28
  CONFIDENCE_DECIMALS = 2
 
22
  # CONFIGURATION
23
  # =============================================================================
24
 
25
+ API_BASE = os.environ.get("NUANCE_API_URL", "http://159.203.35.45:8001")
26
 
27
  # Response sanitization
28
  CONFIDENCE_DECIMALS = 2