holytinz278 commited on
Commit
a3c108e
·
verified ·
1 Parent(s): 470d860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the client with the fine-tuned model
5
- client = InferenceClient("AIDC-AI/Marco-o1") # Update if using another model
6
 
7
  # Model's token limit
8
  MODEL_TOKEN_LIMIT = 16384
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the client with the fine-tuned model
5
+ client = InferenceClient("Qwen/Qwen2.5-Coder-7B-Instruct") # Update if using another model
6
 
7
  # Model's token limit
8
  MODEL_TOKEN_LIMIT = 16384