alexeyGod commited on
Commit
5c21bd9
·
verified ·
1 Parent(s): 4e5b133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-30B-A3B-Instruct-2507")
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(