Skip to content

Commit

Permalink
final commit for triggering deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashKulkarni4444 committed Apr 18, 2024
1 parent fa0da0a commit cabf288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def home():
@cross_origin()
def trainRoute():
os.system("python main.py")
# os.system("dvc repro")
# os.system("dvc repro") removed repro because it is used for training and collaboration and not after deployment
return "Training done successfully!"


Expand Down

0 comments on commit cabf288

Please sign in to comment.