HydroFlyer53 commited on
Commit
1083445
·
verified ·
1 Parent(s): 70c56a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  from gradio_client import Client
6
 
7
  # Initialize Hugging Face Inference Client
8
- client = Client("HydroFlyer53/ThePickle", hf_token=os.environ.get("Key"))
9
 
10
  def chat_with_ai(message, history):
11
  """Function to get AI response from Hugging Face model."""
 
5
  from gradio_client import Client
6
 
7
  # Initialize Hugging Face Inference Client
8
+ client = Client("HydroFlyer53/ThePickle", hf_token=os.environ["Key"])
9
 
10
  def chat_with_ai(message, history):
11
  """Function to get AI response from Hugging Face model."""