Spaces:
Sleeping
Sleeping
add execution graph
Browse files- pipeline.png +0 -0
- tutorial.md +6 -0
pipeline.png
ADDED
![]() |
tutorial.md
CHANGED
@@ -56,6 +56,12 @@ def gen_color(
|
|
56 |
- β Shortest code
|
57 |
- β The decorated function can't be re-used somewhere else
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
## Backend choice
|
60 |
| π Qt | π’ Gradio |
|
61 |
|:---:|:---:|
|
|
|
56 |
- β Shortest code
|
57 |
- β The decorated function can't be re-used somewhere else
|
58 |
|
59 |
+
## Pipeline visualization
|
60 |
+
Internally, `interactive_pipe` builds an execution graph of the pipeline.
|
61 |
+
| pipeline's execution graph |
|
62 |
+
| :--:|
|
63 |
+
|  |
|
64 |
+
|
65 |
## Backend choice
|
66 |
| π Qt | π’ Gradio |
|
67 |
|:---:|:---:|
|