HydroFlyer53 commited on
Commit
3775077
·
verified ·
1 Parent(s): efb79ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.get["Key"])
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."""