Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanalytics7 committed Apr 19, 2024
1 parent 943803d commit b5a78a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ def predict():
return jsonify({'prediction': 'Authentic News',
'probability': probability[0].tolist()})


if __name__ == '__main__':
app.run(debug=True)

0 comments on commit b5a78a0

Please sign in to comment.