fittar commited on
Commit
79aee36
·
1 Parent(s): 56992ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -35,7 +35,7 @@ ViPE: Visualize Pretty-much Everything, is the first automated model for transla
35
 
36
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
- you can directly use the model to generate detailed prompts for any arbitrary text.
39
 
40
 
41
  ```python
@@ -84,8 +84,9 @@ brave; fantasy --> A brave knight with shining armor fighting a fierce dragon i
84
 
85
  ### Recommendations
86
 
87
- For combining multiple keywords, separate them using a comma. for example ['dark, fantasy, brave']
88
- for phrases or sentences, a semicolon is preferable. For example ['This is gonna be the best day of my life; do you agree?']
 
89
 
90
 
91
 
 
35
 
36
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
+ You can directly use the model to generate detailed prompts for any arbitrary text.
39
 
40
 
41
  ```python
 
84
 
85
  ### Recommendations
86
 
87
+ For combining multiple keywords, separate them using a comma. for example ['dark, fantasy, brave'].
88
+
89
+ For phrases or sentences, a semicolon is preferable. For example ['This is gonna be the best day of my life; do you agree?'].
90
 
91
 
92