Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=hf_token)
|
|
10 |
|
11 |
# Story genres with genre-specific example prompts
|
12 |
GENRE_EXAMPLES = {
|
13 |
-
"
|
14 |
"I follow the shimmer of fairy dust into a hidden forest",
|
15 |
"I meet a talking rabbit who claims to know a secret about the king's lost crown",
|
16 |
"A tiny dragon appears at my window, asking for help to find its mother",
|
|
|
10 |
|
11 |
# Story genres with genre-specific example prompts
|
12 |
GENRE_EXAMPLES = {
|
13 |
+
"fairy tale": [
|
14 |
"I follow the shimmer of fairy dust into a hidden forest",
|
15 |
"I meet a talking rabbit who claims to know a secret about the king's lost crown",
|
16 |
"A tiny dragon appears at my window, asking for help to find its mother",
|