Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -5,7 +5,7 @@ import bytes from "bytes";
|
|
5 |
import FormData from "formdata-node";
|
6 |
import Blob from "formdata-node/blob";
|
7 |
import fileType from "file-type";
|
8 |
-
import { Client } from "
|
9 |
|
10 |
const app = express();
|
11 |
app.set('json spaces', 4);
|
|
|
5 |
import FormData from "formdata-node";
|
6 |
import Blob from "formdata-node/blob";
|
7 |
import fileType from "file-type";
|
8 |
+
import { Client } from "@gradio/client";
|
9 |
|
10 |
const app = express();
|
11 |
app.set('json spaces', 4);
|