chansung commited on
Commit
7c1ceb4
1 Parent(s): 2b79936

Update constants/desc.py

Browse files
Files changed (1) hide show
  1. constants/desc.py +2 -0
constants/desc.py CHANGED
@@ -1,4 +1,6 @@
1
  pre_phase_description = """
 
 
2
  Zero2Story is a framework built on top of [PaLM API](https://developers.generativeai.google), [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), [MusicGen](https://audiocraft.metademolab.com/musicgen.html) for ordinary people to create their own stories. This framework consists of the **background setup**, **character setup**, and **interative story generation** phases.
3
  """
4
 
 
1
  pre_phase_description = """
2
+ ![](file/assets/overview.png)
3
+
4
  Zero2Story is a framework built on top of [PaLM API](https://developers.generativeai.google), [Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion), [MusicGen](https://audiocraft.metademolab.com/musicgen.html) for ordinary people to create their own stories. This framework consists of the **background setup**, **character setup**, and **interative story generation** phases.
5
  """
6