Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +9 -5
config.yaml
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
model:
|
2 |
-
path: /
|
3 |
type: transformer
|
4 |
version: 2.0
|
|
|
5 |
database:
|
6 |
-
host: localhost
|
7 |
-
port: 5432
|
8 |
-
user:
|
9 |
-
password: your_db_password
|
|
|
|
|
|
|
|
1 |
model:
|
2 |
+
path: Erfan11/Neuracraft
|
3 |
type: transformer
|
4 |
version: 2.0
|
5 |
+
|
6 |
database:
|
7 |
+
host: localhost # Change this when you set up a database
|
8 |
+
port: 5432 # Default PostgreSQL port, adjust if necessary
|
9 |
+
user: admin # Placeholder until you set up a database
|
10 |
+
password: your_db_password # Placeholder for now
|
11 |
+
|
12 |
+
api:
|
13 |
+
token: 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 # Hugging Face API token
|