beercan commited on
Commit
3ad04e7
·
verified ·
1 Parent(s): 0d6d74b

Update public-apps/stability.livemd

Browse files
Files changed (1) hide show
  1. public-apps/stability.livemd +9 -7
public-apps/stability.livemd CHANGED
@@ -29,14 +29,16 @@ Stability AI provides their Stability Diffusion family of image generation model
29
  ```
30
 
31
  ```elixir
32
- Kino.FS.file_path("giraffe-explosion.webp")
33
- |> File.read!()
34
- |> Kino.Image.new("image/webp")
35
- |> Kino.render()
 
 
 
 
36
 
37
- Kino.Markdown.new(
38
- "> Example of image generated with Stable Diffusion 3: `A running giraffe, behind it an explosion, all surrounded by the vastness of space and a galaxy.` "
39
- )
40
  ```
41
 
42
  ```elixir
 
29
  ```
30
 
31
  ```elixir
32
+ #Kino.FS.file_path("giraffe-explosion.webp")
33
+ #|> File.read!()
34
+ #|> Kino.Image.new("image/webp")
35
+ #|> Kino.render()
36
+ #
37
+ #Kino.Markdown.new(
38
+ # "> Example of image generated with Stable Diffusion 3: `A running giraffe, behind it an explosion, all surrounded by the vastness of space and a galaxy.` "
39
+ #)
40
 
41
+ Kino.nothing()
 
 
42
  ```
43
 
44
  ```elixir