Jyothikamalesh commited on
Commit
28d6318
·
verified ·
1 Parent(s): 8a54856

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 InferenceClient with the model name
5
- client = InferenceClient("microsoft/phi-4")
6
 
7
 
8
  def respond(
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize the InferenceClient with the model name
5
+ client = InferenceClient("NousResearch/Hermes-3-Llama-3.1-8B")
6
 
7
 
8
  def respond(