Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nroggendorff
/
myemma
like
1
Running
App
Files
Files
Community
3
8bdccc6
myemma
/
package.json
nroggendorff
Create package.json
9b20679
verified
22 days ago
raw
Copy download link
history
blame
Safe
150 Bytes
{
"name"
:
"chat-ui"
,
"version"
:
"1.0.0"
,
"main"
:
"server.js"
,
"dependencies"
:
{
"express"
:
"^4.18.2"
,
"@gradio/client"
:
"^1.0.0"
}
}