aditijuluri commited on
Commit
39cddad
·
verified ·
1 Parent(s): 00d8277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import gradio as gr
4
  import random
5
 
6
- client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
7
 
8
 
9
  def respond(message, history):
 
3
  import gradio as gr
4
  import random
5
 
6
+ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
7
 
8
 
9
  def respond(message, history):