HydroFlyer53 commited on
Commit
d695118
·
verified ·
1 Parent(s): e3bedf0

Update app.py

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