Spaces:
Running
Running
Vaibhavs10
commited on
Commit
·
658a4b0
1
Parent(s):
f74c3fb
up.
Browse files- index.html +1 -1
index.html
CHANGED
@@ -193,7 +193,7 @@
|
|
193 |
clientId: CLIENT_ID,
|
194 |
redirectUri: REDIRECT_URI,
|
195 |
// default scopes: openid profile; add inference-api so we can run models
|
196 |
-
scopes:
|
197 |
});
|
198 |
window.location.href = url;
|
199 |
} catch (error) {
|
|
|
193 |
clientId: CLIENT_ID,
|
194 |
redirectUri: REDIRECT_URI,
|
195 |
// default scopes: openid profile; add inference-api so we can run models
|
196 |
+
scopes: 'openid profile inference-api'
|
197 |
});
|
198 |
window.location.href = url;
|
199 |
} catch (error) {
|