We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec7eda commit 682542cCopy full SHA for 682542c
app.py
@@ -18,7 +18,7 @@
18
19
MODEL_REPO_ID = os.getenv("MODEL_REPO_ID")
20
HF_TOKEN = os.getenv("HF_TOKEN")
21
-USE_LORA = bool(int(os.getenv("USE_LORA", "1")))
+USE_LORA = bool(int(os.getenv("USE_LORA", "0")))
22
SUPABASE_URL = os.getenv("SUPABASE_URL")
23
SUPABASE_KEY = os.getenv("SUPABASE_SERVICE_ROLE_KEY")
24
0 commit comments