serJD commited on
Commit
4462c16
1 Parent(s): 6830ef6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.