joermd commited on
Commit
8854aa6
·
verified ·
1 Parent(s): c6dab87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import requests
8
  load_dotenv()
9
 
10
  # Hugging Face API URL and token
11
- HUGGINGFACE_API_URL = "https://api-inference.huggingface.co/models/joermd/llma-speedy"
12
  HUGGINGFACE_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN')
13
 
14
  # Random dog images for error messages
 
8
  load_dotenv()
9
 
10
  # Hugging Face API URL and token
11
+ HUGGINGFACE_API_URL = ["joermd/llma-speedy"]
12
  HUGGINGFACE_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN')
13
 
14
  # Random dog images for error messages