w1r4 commited on
Commit
332a998
·
verified ·
1 Parent(s): fbee7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
  import os
3
  from huggingface_hub import InferenceClient
4
 
5
- # Use Qwen 2.5 Coder
6
- model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
7
 
8
  def respond(message, history, system_message, temperature, request: gr.Request):
9
  # --- 1. Authentication Logic ---
 
2
  import os
3
  from huggingface_hub import InferenceClient
4
 
5
+ # Use Model
6
+ model_id = "deepseek-ai/deepseek-coder-33b-instruct"
7
 
8
  def respond(message, history, system_message, temperature, request: gr.Request):
9
  # --- 1. Authentication Logic ---