on1onmangoes commited on
Commit
6a9593b
·
verified ·
1 Parent(s): 61c92f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using
8
  # Initialize the Gradio Client for the specified API
9
  client = Client("on1onmangoes/CNIHUB10724v9", hf_token=HF_TOKEN)
10
 
 
11
  # Function to handle chat API call
12
  def stream_chat_with_rag(
13
  message: str,
 
8
  # Initialize the Gradio Client for the specified API
9
  client = Client("on1onmangoes/CNIHUB10724v9", hf_token=HF_TOKEN)
10
 
11
+
12
  # Function to handle chat API call
13
  def stream_chat_with_rag(
14
  message: str,