Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
baxin
/
ot_analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
baxin
commited on
Nov 7, 2023
Commit
fb57af8
·
1 Parent(s):
3f3bdea
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
from fastapi import FastAPI, UploadFile, File
2
+
3
+
app = FastAPI()
4
+
5
+
6
+
@app.post("/")
7
+
def check():
8
+
print('hello')