Kdeveloper1029 commited on
Commit
827398c
·
verified ·
1 Parent(s): 0868c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ personality_tokenizer = AutoTokenizer.from_pretrained("KevSun/Personality_LM")
10
 
11
  # Initialize the LLM client (HuggingFaceH4/zephyr-7b-beta)
12
  #llm_client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
13
- llm_client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
14
 
15
 
16
  def analyze_personality(text):
 
10
 
11
  # Initialize the LLM client (HuggingFaceH4/zephyr-7b-beta)
12
  #llm_client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
13
+ llm_client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
14
 
15
 
16
  def analyze_personality(text):