Vera-ZWY commited on
Commit
8862dac
·
verified ·
1 Parent(s): c92443c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
8
 
9
  # Initialize the Gradio Client for the specified API
10
- client = Client("mangoesai/Elections_Comparison_Agent_V4", hf_token=HF_TOKEN)
11
 
12
  client_name = ['2016 Election','2024 Election', 'Comparison two years']
13
 
 
7
  HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
8
 
9
  # Initialize the Gradio Client for the specified API
10
+ client = Client("mangoesai/Elections_Comparison_Agent_V3", hf_token=HF_TOKEN)
11
 
12
  client_name = ['2016 Election','2024 Election', 'Comparison two years']
13