Spaces:
Sleeping
Sleeping
2nd commit valinhos
Browse files
app.py
CHANGED
@@ -7,9 +7,7 @@ from typing import Dict, Text
|
|
7 |
import numpy as np
|
8 |
import tensorflow as tf
|
9 |
import tensorflow_recommenders as tfrs # scann 1.2.7 + recomm 0.7.0 + TF 2.8.0
|
10 |
-
from google.cloud import bigquery # VERSAO 0.30.0
|
11 |
import os
|
12 |
-
from google.oauth2 import service_account
|
13 |
import unidecode
|
14 |
from nltk import word_tokenize
|
15 |
import re
|
|
|
7 |
import numpy as np
|
8 |
import tensorflow as tf
|
9 |
import tensorflow_recommenders as tfrs # scann 1.2.7 + recomm 0.7.0 + TF 2.8.0
|
|
|
10 |
import os
|
|
|
11 |
import unidecode
|
12 |
from nltk import word_tokenize
|
13 |
import re
|