Spaces:
Runtime error
Runtime error
Update constants/desc.py
Browse files- 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 |
+

|
| 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 |
|