Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import onnxruntime as ort
|
|
4 |
import numpy as np
|
5 |
import string
|
6 |
from huggingface_hub import InferenceClient
|
7 |
-
|
8 |
# Initialize Qwen client
|
9 |
qwen_client = InferenceClient("ystemsrx/Qwen2.5-Sex")
|
10 |
|
|
|
4 |
import numpy as np
|
5 |
import string
|
6 |
from huggingface_hub import InferenceClient
|
7 |
+
import os
|
8 |
# Initialize Qwen client
|
9 |
qwen_client = InferenceClient("ystemsrx/Qwen2.5-Sex")
|
10 |
|