Spaces:
Runtime error
Runtime error
Commit ·
3682f57
1
Parent(s): d5889a4
push
Browse files
app.py
CHANGED
|
@@ -40,6 +40,7 @@ trainer = Trainer(
|
|
| 40 |
)
|
| 41 |
|
| 42 |
trainer.train()
|
|
|
|
| 43 |
|
| 44 |
# Funzione di Gradio per effettuare previsioni
|
| 45 |
#def answer_question(question):
|
|
|
|
| 40 |
)
|
| 41 |
|
| 42 |
trainer.train()
|
| 43 |
+
trainer.push_to_hub("testA")
|
| 44 |
|
| 45 |
# Funzione di Gradio per effettuare previsioni
|
| 46 |
#def answer_question(question):
|