Spaces:
Runtime error
Runtime error
joemaatouk
commited on
Commit
•
f5d4bcb
1
Parent(s):
7f85cf6
Update config.py
Browse files
config.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
|
4 |
|
5 |
class Settings(BaseSettings):
|
6 |
-
huggingface_key: str = ""
|
7 |
sparrow_key: str = ""
|
8 |
processor: str = "katanaml-org/invoices-donut-model-v1"
|
9 |
model: str = "katanaml-org/invoices-donut-model-v1"
|
|
|
3 |
|
4 |
|
5 |
class Settings(BaseSettings):
|
6 |
+
huggingface_key: str = "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"
|
7 |
sparrow_key: str = ""
|
8 |
processor: str = "katanaml-org/invoices-donut-model-v1"
|
9 |
model: str = "katanaml-org/invoices-donut-model-v1"
|