Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ from datetime import datetime
|
|
| 22 |
# CONFIGURATION
|
| 23 |
# =============================================================================
|
| 24 |
|
| 25 |
-
API_BASE = os.environ.get("NUANCE_API_URL", "
|
| 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
|