Skip to content

Commit

Permalink
fazer com que main.js gere o executavel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Mar 28, 2024
1 parent adea6c7 commit 03ce848
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 3,336 deletions.
3 changes: 1 addition & 2 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import nltk
import json
import asyncio

nltk.download('wordnet')

app = Flask(__name__)
Expand Down Expand Up @@ -112,4 +111,4 @@ def get_training_status():
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
#server_thread = threading.Thread(target=run_flask_app)
#server_thread.start()
#server_thread.start()
Loading

0 comments on commit 03ce848

Please sign in to comment.