holytinz278 commited on
Commit
a42dad2
·
verified ·
1 Parent(s): 3a4a539

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("HuggingFaceH4/zephyr-7b-beta") # Update if using another model
6
 
7
  # Function to validate inputs
8
  def validate_inputs(max_tokens, temperature, top_p):
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the client with the fine-tuned model
5
+ client = InferenceClient("Qwen/QwQ-32B-Preview") # Update if using another model
6
 
7
  # Function to validate inputs
8
  def validate_inputs(max_tokens, temperature, top_p):