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

Update tutorial documentation

Browse files
Files changed (1) hide show
  1. tutorial.md +12 -3
tutorial.md CHANGED
@@ -60,9 +60,18 @@ def gen_color(
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
  |:---:|:---:|
68
- | ![QT](pyqt.gif) | ![Gradio](gradio.gif) |
 
60
  Internally, `interactive_pipe` builds an execution graph of the pipeline.
61
  | pipeline's execution graph |
62
  | :--:|
63
+ | ![Pipeline](https://huggingface.co/spaces/balthou/interactive-pipe-tutorial/resolve/main/pipeline.png) |
64
 
65
  ## Backend choice
66
+ |Backend | πŸš€ `Qt` | 🐒 `Gradio` |
67
+ |:---|:---|:---|
68
+ | Responsiveness | βž• Very fast | βž– Slower |
69
+ | Shareable | βž– No, only 1 local Qt Window | βž• Share a link with others, (βž• Optional: standalone hosting on HF spaces πŸ€— ) |
70
+ | Keyboard controls | βž• Yes | βž– No |
71
+ | Full screen | βž• Yes | βž– No |
72
+ | Image compression | βž• No image compression | βž– Some image compression |
73
+
74
+
75
+ | πŸš€ `Qt` | 🐒 `Gradio` |
76
  |:---:|:---:|
77
+ | ![QT](https://huggingface.co/spaces/balthou/interactive-pipe-tutorial/resolve/main/pyqt.gif) | ![Gradio](https://huggingface.co/spaces/balthou/interactive-pipe-tutorial/resolve/main/gradio.gif) |