Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Javclaude committed May 31, 2020
1 parent 3276eeb commit c0c8b81
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,5 @@ def api_sentiment():
return jsonify(request_responses)

if __name__ == "__main__":

""" parser = argparse.ArgumentParser()
parser.add_argument("--path_to_model", help="Path to the pre trained model", typr=str)
parser.add_argument("--path_to_config", help="Path to the config file", type=str)
args = parser.parse_args()
"""
app.run(debug=True)







0 comments on commit c0c8b81

Please sign in to comment.