Spaces:
Sleeping
Sleeping
fix url endpoint
Browse files
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://
|
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 |
}
|