Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jqueguiner authored Apr 3, 2020
1 parent 5f3fafc commit d331aa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def process():
input_path = generate_random_filename(upload_directory,"jpg")
output_path = generate_random_filename(result_directory,"png")

input_path = 'input.jpg'

try:

if 'file' in request.files:
Expand Down

0 comments on commit d331aa0

Please sign in to comment.