ffreemt
commited on
Commit
·
68991f5
1
Parent(s):
91c55e5
Update
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -24,7 +24,7 @@ USERNAME = os.environ.get("USERNAME", "")
|
|
| 24 |
PASSWORD = os.environ.get("PASSWORD", "")
|
| 25 |
AUTHKEY = os.environ.get("AUTHKEY", "")
|
| 26 |
|
| 27 |
-
_ = "Set USERNAME and PASSWORD somewhere (e.g., set/export or secrets in hf space, or you wont be able to fetch sfuff from reka.ai"
|
| 28 |
assert USERNAME and PASSWORD, _
|
| 29 |
|
| 30 |
y(USERNAME[:3], PASSWORD[:2], AUTHKEY[:2])
|
|
|
|
| 24 |
PASSWORD = os.environ.get("PASSWORD", "")
|
| 25 |
AUTHKEY = os.environ.get("AUTHKEY", "")
|
| 26 |
|
| 27 |
+
_ = "Set USERNAME and PASSWORD somewhere (e.g., set/export or secrets in hf space, or you wont be able to fetch sfuff from reka.ai)"
|
| 28 |
assert USERNAME and PASSWORD, _
|
| 29 |
|
| 30 |
y(USERNAME[:3], PASSWORD[:2], AUTHKEY[:2])
|
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
Flask==3.0.3
|
| 2 |
requests==2.31.0
|
| 3 |
-
beautifulsoup4==4.12.3
|
| 4 |
ycecream
|
| 5 |
loguru
|
|
|
|
| 1 |
Flask==3.0.3
|
| 2 |
requests==2.31.0
|
|
|
|
| 3 |
ycecream
|
| 4 |
loguru
|