tlong-ds commited on
Commit
e0b9681
·
verified ·
1 Parent(s): b0c9466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import httpx
6
  import asyncio
7
  import os
8
 
9
- API_URL = os.getenv("API_URL", "/")
10
 
11
 
12
  # -----------------------------
 
6
  import asyncio
7
  import os
8
 
9
+ API_URL = "https://tlong-ds-sentiment-analysis-api.hf.space"
10
 
11
 
12
  # -----------------------------