Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ ds = load_dataset("MLBtrio/genz-slang-dataset")
|
|
8 |
test_dataset = load_dataset("MLBtrio/genz-slang-dataset")
|
9 |
|
10 |
# Initialize Hugging Face Inference Client
|
11 |
-
client = Client("HydroFlyer53/ThePickle", hf_token=os.environ
|
12 |
|
13 |
def chat_with_ai(message, history):
|
14 |
"""Function to get AI response from Hugging Face model."""
|
|
|
8 |
test_dataset = load_dataset("MLBtrio/genz-slang-dataset")
|
9 |
|
10 |
# Initialize Hugging Face Inference Client
|
11 |
+
client = Client("HydroFlyer53/ThePickle", hf_token=os.environ["Key"])
|
12 |
|
13 |
def chat_with_ai(message, history):
|
14 |
"""Function to get AI response from Hugging Face model."""
|