IvanPSG commited on
Commit
173c735
·
verified ·
1 Parent(s): 6161aaf

Alteração no modelo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
4
 
5
- MODEL_ID = "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF"
6
  token = os.environ.get("HF_TOKEN")
7
  client = InferenceClient(model=MODEL_ID, token=token)
8
 
 
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
4
 
5
+ MODEL_ID = "unsloth/Qwen3-30B-A3B-GGUF"
6
  token = os.environ.get("HF_TOKEN")
7
  client = InferenceClient(model=MODEL_ID, token=token)
8