Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import json
|
|
6 |
|
7 |
# Initialize clients
|
8 |
client = InferenceClient("EvanZhouDev/open-genmoji", token=os.getenv("HUGGINGFACE_API_TOKEN"))
|
9 |
-
llm = InferenceClient("Qwen/Qwen2.5-
|
10 |
|
11 |
# Ensure output directories exist
|
12 |
os.makedirs("outputs/images", exist_ok=True)
|
|
|
6 |
|
7 |
# Initialize clients
|
8 |
client = InferenceClient("EvanZhouDev/open-genmoji", token=os.getenv("HUGGINGFACE_API_TOKEN"))
|
9 |
+
llm = InferenceClient("Qwen/Qwen2.5-3B-Instruct")
|
10 |
|
11 |
# Ensure output directories exist
|
12 |
os.makedirs("outputs/images", exist_ok=True)
|