JimmyWang commited on
Commit
7ecc308
1 Parent(s): 14f8eae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ This model has a wide range of applications and can reason and generate videos b
27
 
28
  Under the ModelScope framework, the current model can be used by calling a simple Pipeline, where the input must be in dictionary format, the legal key value is 'text', and the content is a short text. This model currently only supports inference on the GPU. Enter specific code examples as follows:
29
 
 
 
30
  ### Operating environment (Python Package)
31
 
32
  ```
27
 
28
  Under the ModelScope framework, the current model can be used by calling a simple Pipeline, where the input must be in dictionary format, the legal key value is 'text', and the content is a short text. This model currently only supports inference on the GPU. Enter specific code examples as follows:
29
 
30
+ For Colab usage, you can view [this webpage](https://colab.research.google.com/drive/1uW1ZqswkQ9Z9bp5Nbo5z59cAn7I0hE6R?usp=sharing).
31
+
32
  ### Operating environment (Python Package)
33
 
34
  ```