Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,10 @@ fig = pipeline.sample(text=caption)
|
|
33 |
# if it compiles, rasterize it and show it
|
34 |
if fig.is_rasterizable:
|
35 |
fig.rasterize().show()
|
36 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
# if it compiles, rasterize it and show it
|
34 |
if fig.is_rasterizable:
|
35 |
fig.rasterize().show()
|
36 |
+
```
|
37 |
+
|
38 |
+
## Acknowledgments
|
39 |
+
This model was trained using computational resources provided by the
|
40 |
+
bwForCluster Helix, as part of the bwHPC-S5 project. The authors acknowledge
|
41 |
+
support from the state of Baden-Württemberg through the bwHPC initiative and
|
42 |
+
the German Research Foundation (DFG) under grant INST 35/1597-1 FUGG.
|