Tanusree88 commited on
Commit
0f02599
·
verified ·
1 Parent(s): 0ee5a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -212,7 +212,6 @@ if st.button("Start Training"):
212
  st.write("Fine-tuning the model...")
213
  final_loss = fine_tune_model(train_loader)
214
  st.write(f"Training Complete with Final Loss: {final_loss}")
215
- "
216
 
217
  if st.button("Start Training"):
218
  extraction_dir = "extracted_files"
 
212
  st.write("Fine-tuning the model...")
213
  final_loss = fine_tune_model(train_loader)
214
  st.write(f"Training Complete with Final Loss: {final_loss}")
 
215
 
216
  if st.button("Start Training"):
217
  extraction_dir = "extracted_files"