Spaces:
Runtime error
Runtime error
Charlie
commited on
Commit
·
d607a39
1
Parent(s):
59cd560
update files
Browse files- src/{api-client.ts → client.ts} +0 -0
- src/main.ts +1 -1
src/{api-client.ts → client.ts}
RENAMED
File without changes
|
src/main.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import { tokenManager } from "./token";
|
2 |
-
import { Client } from "./
|
3 |
import { WhoAmIUser } from "@huggingface/hub";
|
4 |
|
5 |
const baseUrl = "https://huggingface.co/api";
|
|
|
1 |
import { tokenManager } from "./token";
|
2 |
+
import { Client } from "./client";
|
3 |
import { WhoAmIUser } from "@huggingface/hub";
|
4 |
|
5 |
const baseUrl = "https://huggingface.co/api";
|