mimifuel2018 commited on
Commit
13b1549
·
verified ·
1 Parent(s): 8b4334f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import requests
3
 
4
  # Define the Hugging Face API endpoint and add your Hugging Face token
5
- api_url = "https://api-inference.huggingface.co/models/Qwen/Qwen-2.5-72B"
6
  headers = {"Authorization": "Bearer YOUR_HUGGINGFACE_TOKEN"} # Replace with your token
7
 
8
  # Define a function to send prompts to the model and get responses
 
2
  import requests
3
 
4
  # Define the Hugging Face API endpoint and add your Hugging Face token
5
+ api_url = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-72B-Instruct"
6
  headers = {"Authorization": "Bearer YOUR_HUGGINGFACE_TOKEN"} # Replace with your token
7
 
8
  # Define a function to send prompts to the model and get responses