Spaces:
Runtime error
Runtime error
rvian
commited on
Commit
·
20b373a
1
Parent(s):
e028986
app.py
CHANGED
@@ -79,7 +79,7 @@ if dataset is not None:
|
|
79 |
|
80 |
|
81 |
if dataset is not None:
|
82 |
-
|
83 |
modelo, tokenizador = carregar_modelo()
|
84 |
|
85 |
if st.button("Traduzir dataset") and modelo is not None:
|
|
|
79 |
|
80 |
|
81 |
if dataset is not None:
|
82 |
+
if st.button("Carregar modelo"):
|
83 |
modelo, tokenizador = carregar_modelo()
|
84 |
|
85 |
if st.button("Traduzir dataset") and modelo is not None:
|