balthou commited on
Commit
c72cfef
Β·
1 Parent(s): fe2d176

add execution graph

Browse files
Files changed (2) hide show
  1. pipeline.png +0 -0
  2. 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
+ | ![Pipeline](/pipeline.png) |
64
+
65
  ## Backend choice
66
  | πŸš€ Qt | 🐒 Gradio |
67
  |:---:|:---:|