Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def generate_character(world_description, persona_description, progress=gr.Progr
|
|
83 |
|
84 |
app_description = """
|
85 |
- This app generates a character in JSON format based on a persona description and a world description.
|
86 |
-
- The character's appearance is generated using [FLUX.1-Krea-dev](black-forest-labs/FLUX.1-Krea-dev) and the character description is generated using [
|
87 |
- The persona description is randomly selected from the [FinePersonas-Lite](https://huggingface.co/datasets/MohamedRashad/FinePersonas-Lite) dataset.
|
88 |
|
89 |
**Note:** I recommend starting with the world description (you can write one or loop over randomly generated ones) and then try different persona descriptions to generate interesting characters for the world you created.
|
|
|
83 |
|
84 |
app_description = """
|
85 |
- This app generates a character in JSON format based on a persona description and a world description.
|
86 |
+
- The character's appearance is generated using [FLUX.1-Krea-dev](https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev) and the character description is generated using [Qwen3-235B-A22B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-235B-A22B-Instruct-2507).
|
87 |
- The persona description is randomly selected from the [FinePersonas-Lite](https://huggingface.co/datasets/MohamedRashad/FinePersonas-Lite) dataset.
|
88 |
|
89 |
**Note:** I recommend starting with the world description (you can write one or loop over randomly generated ones) and then try different persona descriptions to generate interesting characters for the world you created.
|