Spaces:
Running
Running
first update
Browse files- app.py +1 -1
- translate_studio +1 -0
app.py
CHANGED
@@ -14,7 +14,7 @@ processed_data = []
|
|
14 |
|
15 |
def authenticate(user_id):
|
16 |
|
17 |
-
url = "https://intern-api.imtaedu.com/api/subnets/
|
18 |
headers = {
|
19 |
"Content-Type": "application/json",
|
20 |
"Accept": "application/json",
|
|
|
14 |
|
15 |
def authenticate(user_id):
|
16 |
|
17 |
+
url = "https://intern-api.imtaedu.com/api/subnets/1/authenticate"
|
18 |
headers = {
|
19 |
"Content-Type": "application/json",
|
20 |
"Accept": "application/json",
|
translate_studio
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 1992834a5df0575328297934e32dd396b4d85aa6
|