Update app.py
Browse files
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/
|
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 |
|