Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suarkadipa
/
flan-t5-small
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suarkadipa
commited on
Jul 3, 2023
Commit
f1c0f15
·
1 Parent(s):
acd6c1d
updated
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
-
6
def read_root():
7
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
@app.get("/")
6
def read_root():
7
return {"Hello": "World!"}