Spaces:
Runtime error
Runtime error
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"dependencies": {
|
| 5 |
"@gradio/client": "^1.9.0",
|
| 6 |
"express": "^4.18.2",
|
| 7 |
-
"dotenv": "^16.4.5"
|
|
|
|
| 8 |
}
|
| 9 |
}
|
|
|
|
| 4 |
"dependencies": {
|
| 5 |
"@gradio/client": "^1.9.0",
|
| 6 |
"express": "^4.18.2",
|
| 7 |
+
"dotenv": "^16.4.5",
|
| 8 |
+
"node-fetch": "^3.3.2"
|
| 9 |
}
|
| 10 |
}
|