Tech-Meld commited on
Commit
f2e3fa1
1 Parent(s): d568996

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, Repository
3
  import json
4
  import torch
5
 
6
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
7
 
8
  # Initialize an empty list to store the data
9
  data = []
 
3
  import json
4
  import torch
5
 
6
+ client = InferenceClient("Tech-Meld/Hajax_Chat_1.0")
7
 
8
  # Initialize an empty list to store the data
9
  data = []