Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexxxey123
/
email_classifier
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alexxxey123
commited on
14 days ago
Commit
c583103
·
verified
·
1 Parent(s):
b15f954
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
import torch
3
import re
4
import nltk
5
nltk.download('stopwords')
1
import gradio as gr
2
import torch
3
+
import torch.nn.functional as F
4
import re
5
import nltk
6
nltk.download('stopwords')