on1onmangoes commited on
Commit
c5a8c72
·
verified ·
1 Parent(s): f1ef731

Update app.py

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