hprasath commited on
Commit
0633b03
·
verified ·
1 Parent(s): 7da0ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -335,7 +335,3 @@ def get_similarity_score_route():
335
  def hello():
336
  return 'Hello, World!'
337
 
338
-
339
- if __name__ == "__main__":
340
- # Run the Flask app using Gunicorn
341
- app.run()
 
335
  def hello():
336
  return 'Hello, World!'
337