Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ a=os.getenv('key_for_doop')
|
|
11 |
"""
|
12 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
13 |
"""
|
14 |
-
client = InferenceClient(token=a,model="Qwen/Qwen3-
|
15 |
|
16 |
|
17 |
def respond(
|
|
|
11 |
"""
|
12 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
13 |
"""
|
14 |
+
client = InferenceClient(token=a,model="Qwen/Qwen3-4B-Instruct-2507")
|
15 |
|
16 |
|
17 |
def respond(
|