IS361Group4 commited on
Commit
74e2552
·
verified ·
1 Parent(s): 1ae1c5d

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
1
- import { InferenceClient } from "@huggingface/inference";
2
-
3
- const inference = new InferenceClient(HF_TOKEN);
4
- await inference.imageClassification({
5
- data: await (await fetch("https://picsum.photos/300/300")).blob(),
6
- model: "microsoft/resnet-50",
7
- });