Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from tensorflow import keras
|
|
4 |
import keras_nlp
|
5 |
import PyPDF2
|
6 |
import docx2txt
|
|
|
7 |
|
8 |
hf_username = huggingface_hub.whoami()['name']
|
9 |
hf_url = f'hf://{hf_username}/bart_billsum'
|
|
|
4 |
import keras_nlp
|
5 |
import PyPDF2
|
6 |
import docx2txt
|
7 |
+
import huggingface_hub
|
8 |
|
9 |
hf_username = huggingface_hub.whoami()['name']
|
10 |
hf_url = f'hf://{hf_username}/bart_billsum'
|