Spaces:
Sleeping
Sleeping
Felipe Silva
commited on
Commit
·
2948d41
1
Parent(s):
f30b648
teste
Browse files
app.py
CHANGED
|
@@ -20,8 +20,6 @@ MAX_FILE_SIZE = 10 * 1024 * 1024 # 10MB
|
|
| 20 |
local_model_path = None
|
| 21 |
local_emb_path = None
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
def process_file(file):
|
| 26 |
if file is None:
|
| 27 |
return "Nenhum arquivo enviado."
|
|
|
|
| 20 |
local_model_path = None
|
| 21 |
local_emb_path = None
|
| 22 |
|
|
|
|
|
|
|
| 23 |
def process_file(file):
|
| 24 |
if file is None:
|
| 25 |
return "Nenhum arquivo enviado."
|