alexxxey123 commited on
Commit
c583103
·
verified ·
1 Parent(s): b15f954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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')