Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
Jan 26
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