scampion commited on
Commit
29c2a21
β€’
1 Parent(s): 00f28bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ q = st.text_area('Enter a text:', 'The Union condemns the continuing grave human
7
  height=200, max_chars=5000)
8
 
9
  API_URL_EN = "https://lcs3f8pwcn03ri5q.eu-west-1.aws.endpoints.huggingface.cloud"
10
- API_URL_EU = "https://a933b0hcdb86onmt.eu-west-1.aws.endpoints.huggingface.cloud"
11
  apis = {"Multilingual πŸ‡ͺπŸ‡Ί": API_URL_EU,
12
  "English πŸ‡¬πŸ‡§ (Deprecated) ": API_URL_EU
13
  }
 
7
  height=200, max_chars=5000)
8
 
9
  API_URL_EN = "https://lcs3f8pwcn03ri5q.eu-west-1.aws.endpoints.huggingface.cloud"
10
+ API_URL_EU = "https://wu0h9yuxkbna7e7c.eu-west-1.aws.endpoints.huggingface.cloud"
11
  apis = {"Multilingual πŸ‡ͺπŸ‡Ί": API_URL_EU,
12
  "English πŸ‡¬πŸ‡§ (Deprecated) ": API_URL_EU
13
  }