Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
47c8701
1
Parent(s):
85a5936
Remove sharing option from app launch and add python-Levenshtein to requirements
Browse files- app.py +1 -1
- 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(
|
|
|
|
| 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
|