Zode commited on
Commit
655d099
·
1 Parent(s): f2a416f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -25,6 +25,7 @@ ZoTI works by using a neural network to translate text descriptions into images.
25
 
26
  Once the network has been trained, it can be used to generate images from text descriptions. To generate an image, the text description is first encoded into a vector representation. This vector representation is then used as input to the neural network, which generates a corresponding image.
27
 
 
28
  The output of the neural network is a high-resolution image that closely matches the input text description. ZoTI is designed to generate diverse images, meaning that it can produce a wide range of images that are all related to the input text description. This makes it a powerful tool for generating images for a variety of commercial purposes.
29
 
30
  ## What Can ZoTI be Used For?
@@ -53,11 +54,11 @@ Overall, ZoTI 1 was a successful initial release, and it set the stage for furth
53
 
54
  #### Examples
55
 
56
- <img src="/Zode/ZoTI-1/resolve/main/images/photo-1.png">
57
 
58
- <img src="/Zode/ZoTI-1/resolve/main/images/photo-2.png">
59
 
60
- <img src="/Zode/ZoTI-1/resolve/main/images/photo-3.png">
61
 
62
  ## How To Use
63
 
 
25
 
26
  Once the network has been trained, it can be used to generate images from text descriptions. To generate an image, the text description is first encoded into a vector representation. This vector representation is then used as input to the neural network, which generates a corresponding image.
27
 
28
+
29
  The output of the neural network is a high-resolution image that closely matches the input text description. ZoTI is designed to generate diverse images, meaning that it can produce a wide range of images that are all related to the input text description. This makes it a powerful tool for generating images for a variety of commercial purposes.
30
 
31
  ## What Can ZoTI be Used For?
 
54
 
55
  #### Examples
56
 
57
+ <img style="border-radius: 20px;" src="/Zode/ZoTI-1/resolve/main/images/photo-1.png">
58
 
59
+ <img style="border-radius: 20px;" src="/Zode/ZoTI-1/resolve/main/images/photo-2.png">
60
 
61
+ <img style="border-radius: 20px;" src="/Zode/ZoTI-1/resolve/main/images/photo-3.png">
62
 
63
  ## How To Use
64