Belva1 commited on
Commit
57fd8f5
1 Parent(s): 9ecce17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
 
5
  # Hugging Face API URL and token for the model
6
- API_URL = "https://api-inference.huggingface.co/models/ContactDoctor/Bio-Medical-MultiModal-Llama-3-8B-V1"
7
  HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY")
8
 
9
  # Define a function to send user input to the model
 
3
  import os
4
 
5
  # Hugging Face API URL and token for the model
6
+ API_URL = "https://api-inference.huggingface.co/models/google/bigbird-pegasus-large-pubmed"
7
  HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY")
8
 
9
  # Define a function to send user input to the model