Aksh1t commited on
Commit
7627af1
1 Parent(s): 65be8fe

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 asyncio
4
 
5
  # Define the model ID
6
- model_id = 'Aksh1t/mistral-7b-oig-unsloth-merged'
7
 
8
  # Initialize the Hugging Face inference client
9
  client = InferenceClient(model=model_id)
 
3
  import asyncio
4
 
5
  # Define the model ID
6
+ model_id = 'Aksh1t/llama3-8b-oig-unsloth-merged'
7
 
8
  # Initialize the Hugging Face inference client
9
  client = InferenceClient(model=model_id)