We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28e23a commit d78412bCopy full SHA for d78412b
1 file changed
Interface_features/intro.md
@@ -15,12 +15,26 @@ before proceeding.
15
We also strongly recommend watching the introductory video.
16
:::
17
18
+:::{only} offline
19
+
20
```{raw} html
21
<video width="50%" style="display:block; margin: 0 auto;" controls>
- <source src="../_static/IntroVideoTour.mp4" type="video/mp4">
22
+ <source src="../../_static/IntroVideoTour.mp4" type="video/mp4">
23
Your browser does not support the video tag.
24
</video>
25
```
26
+:::
27
28
29
+:::{only} not offline
30
31
+```{youtube} Y4H-8FMJlis
32
+:width: 50%
33
+:align: center
34
35
+```
36
37
38
39
Please go to the CrossTrainer example from the AnyBody Managed Model
40
Repository and open the CrossTrainer.main.any file. **Load the model
0 commit comments