Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalrit718 committed Apr 15, 2024
1 parent 10352ab commit 1d0d071
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -44,7 +44,7 @@ def test():

@app.route("/generate")
def generate():
input_method = request.args.get('input_method')
# input_method = request.args.get('input_method')
# generated_text = gen_comment(input_method)
generated_text = "Handwritten Output!"

Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 1d0d071

Please sign in to comment.