Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient, Repository
|
|
3 |
import json
|
4 |
import torch
|
5 |
|
6 |
-
client = InferenceClient("
|
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 = []
|