Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
barrylevn
/
Babelscape-wikineural-multilingual-ner
like
0
Sleeping
App
Files
Files
Community
c0768f3
Babelscape-wikineural-multilingual-ner
/
app.py
barryle
Add application file
c0768f3
5 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"Hello"
:
"World!"
}