Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ nltk.download('words')
|
|
47 |
#raw_party =parser.from_file(parsed_text)
|
48 |
# raw_party = raw_party['content'],cache_examples=True
|
49 |
# return clean(raw_party)
|
|
|
50 |
|
51 |
def Parsing(parsed_text):
|
52 |
parsed_text=parsed_text.name
|
|
|
47 |
#raw_party =parser.from_file(parsed_text)
|
48 |
# raw_party = raw_party['content'],cache_examples=True
|
49 |
# return clean(raw_party)
|
50 |
+
plt.close('all')
|
51 |
|
52 |
def Parsing(parsed_text):
|
53 |
parsed_text=parsed_text.name
|