jbilcke-hf HF staff commited on
Commit
157de11
1 Parent(s): 364d5b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -82,9 +82,9 @@ print("Done loading TTS")
82
 
83
  #####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
84
 
85
- title = "Generate video prompts using Zephyr and Coqui XTTS"
86
 
87
- DESCRIPTION = """# Generate video prompts using Zephyr and Coqui XTTS"""
88
  css = """.toast-wrap { display: none !important } """
89
 
90
  from huggingface_hub import HfApi
@@ -95,7 +95,7 @@ api = HfApi(token=HF_TOKEN)
95
 
96
  # config changes by Julian ---------------
97
  import base64
98
- repo_id = "jbilcke-hf/ai-video-prompt-server"
99
  SECRET_TOKEN = os.getenv('SECRET_TOKEN', 'default_secret')
100
  SENTENCE_SPLIT_LENGTH=250
101
  # ----------------------------------------
 
82
 
83
  #####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
84
 
85
+ title = "Generate audio stories using Zephyr and Coqui XTTS"
86
 
87
+ DESCRIPTION = """# Generate audio stories using Zephyr and Coqui XTTS"""
88
  css = """.toast-wrap { display: none !important } """
89
 
90
  from huggingface_hub import HfApi
 
95
 
96
  # config changes by Julian ---------------
97
  import base64
98
+ repo_id = "jbilcke-hf/ai-story-server"
99
  SECRET_TOKEN = os.getenv('SECRET_TOKEN', 'default_secret')
100
  SENTENCE_SPLIT_LENGTH=250
101
  # ----------------------------------------