MohamedRashad commited on
Commit
47c8701
·
1 Parent(s): 85a5936

Remove sharing option from app launch and add python-Levenshtein to requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -61,4 +61,4 @@ def create_app():
61
 
62
  if __name__ == "__main__":
63
  app = create_app()
64
- app.queue().launch(share=True)
 
61
 
62
  if __name__ == "__main__":
63
  app = create_app()
64
+ app.queue().launch()
requirements.txt CHANGED
@@ -1,2 +1,3 @@
 
1
  fuzzywuzzy
2
  python-dotenv
 
1
+ python-Levenshtein
2
  fuzzywuzzy
3
  python-dotenv