kleinay commited on
Commit
243a2a4
·
1 Parent(s): ecab635

download wordnet

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import nltk
3
  nltk.download('omw-1.4')
 
4
  from qanom.qanom_end_to_end_pipeline import QANomEndToEndPipeline
5
 
6
 
 
1
  import gradio as gr
2
  import nltk
3
  nltk.download('omw-1.4')
4
+ nltk.download('wordnet')
5
  from qanom.qanom_end_to_end_pipeline import QANomEndToEndPipeline
6
 
7