Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abedir
/
clstm_fastAPI
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
abedir
commited on
28 days ago
Commit
41cba23
·
verified
·
1 Parent(s):
3461076
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -32,4 +32,5 @@ async def predict_emotion(file: UploadFile = File(...)):
32
result = predict(file_path)
33
os.remove(file_path)
34
35
return result
32
result = predict(file_path)
33
os.remove(file_path)
34
35
+
36
return result