Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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."""
|