Spaces:
Runtime error
Runtime error
Commit
·
697988f
1
Parent(s):
23fd7a7
Update main.py
Browse files
main.py
CHANGED
|
@@ -2,13 +2,11 @@
|
|
| 2 |
# https://huggingface.co/spaces/Queensly/FastAPI_in_Docker
|
| 3 |
|
| 4 |
from fastapi import FastAPI
|
| 5 |
-
import pickle
|
| 6 |
import uvicorn
|
| 7 |
-
import pandas as pd
|
| 8 |
|
| 9 |
app = FastAPI()
|
| 10 |
|
| 11 |
-
|
| 12 |
#Endpoints
|
| 13 |
#Root endpoints
|
| 14 |
@app.get("/")
|
|
|
|
| 2 |
# https://huggingface.co/spaces/Queensly/FastAPI_in_Docker
|
| 3 |
|
| 4 |
from fastapi import FastAPI
|
|
|
|
| 5 |
import uvicorn
|
|
|
|
| 6 |
|
| 7 |
app = FastAPI()
|
| 8 |
|
| 9 |
+
|
| 10 |
#Endpoints
|
| 11 |
#Root endpoints
|
| 12 |
@app.get("/")
|