Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,6 @@ pinned: false
|
|
15 |
|
16 |
This repository is used to deploy the trip generation script using huggingface spaces. It is triggered by a webhook emitted from our speckle stream.
|
17 |
Model parameters can be set in the config.json file (e.g. alpha values).
|
18 |
-
The Trip Generation.xlsx is also part of this repository and is read out each time the model reruns.
|
|
|
|
|
|
15 |
|
16 |
This repository is used to deploy the trip generation script using huggingface spaces. It is triggered by a webhook emitted from our speckle stream.
|
17 |
Model parameters can be set in the config.json file (e.g. alpha values).
|
18 |
+
The Trip Generation.xlsx is also part of this repository and is read out each time the model reruns.
|
19 |
+
|
20 |
+
This repository is automatically synced with the huggingface space via github actions. When a new commit is submitted to this repository, the huggingface server will automatically update and restart.
|