PeterPinetree commited on
Commit
164a4d7
·
verified ·
1 Parent(s): f96ac77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "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",
 
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",