Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ 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("nsfwthrowitaway69/Venus-120b-v1.2")
|
|
|
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("nsfwthrowitaway69/Venus-120b-v1.2")
|
14 |
+
llm_client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
15 |
|
16 |
|
17 |
def analyze_personality(text):
|