openfree commited on
Commit
fdc505a
·
verified ·
1 Parent(s): bf08a37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -81,14 +81,7 @@ def translate_korean_prompt(prompt):
81
  return translated
82
  return prompt
83
 
84
- # Load system prompts
85
- system_prompt_t2v_path = "assets/system_prompt_t2v.txt"
86
- system_prompt_i2v_path = "assets/system_prompt_i2v.txt"
87
- with open(system_prompt_t2v_path, "r") as f:
88
- system_prompt_t2v = f.read()
89
 
90
- with open(system_prompt_i2v_path, "r") as f:
91
- system_prompt_i2v = f.read()
92
 
93
  # Set model download directory within Hugging Face Spaces
94
  model_path = "asset"
 
81
  return translated
82
  return prompt
83
 
 
 
 
 
 
84
 
 
 
85
 
86
  # Set model download directory within Hugging Face Spaces
87
  model_path = "asset"