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