beyoru commited on
Commit
6270b8e
·
verified ·
1 Parent(s): 150d391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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