emeraldelephant commited on
Commit
a3a3c2c
·
verified ·
1 Parent(s): 56fa6f8

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
  def respond(message, history):
9
  # responses = ["Yes", "No"]
 
3
  import gradio as gr
4
  import random
5
 
6
+ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
7
 
8
  def respond(message, history):
9
  # responses = ["Yes", "No"]