Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
termai
/
cors
like
7
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Rifd
commited on
Jun 26
Commit
b8fbdc8
·
1 Parent(s):
610796f
changed
Browse files
Files changed (1)
hide
show
up.js
+5
-1
up.js
CHANGED
Viewed
@@ -34,5 +34,9 @@ const push = async (username) => {
34
}
35
};
36
37
-
push("termai")
38
.then(()=> process.exit())
34
}
35
};
36
37
+
let names = [
38
+
"termai",
39
+
"aryhw"
40
+
]
41
+
push("aryhw")
42
.then(()=> process.exit())