kaborg15 commited on
Commit
8b522b2
1 Parent(s): d2c0858

New API key

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import streamlit as st
2
  import requests
3
 
4
- API_URL = "https://g8u06j6fqi4vyi5i.eu-west-1.aws.endpoints.huggingface.cloud"
 
5
  headers = {
6
  "Accept" : "application/json",
7
  "Content-Type": "application/json"
 
1
  import streamlit as st
2
  import requests
3
 
4
+ #API_URL = "https://g8u06j6fqi4vyi5i.eu-west-1.aws.endpoints.huggingface.cloud"
5
+ API_URL = "https://gavdzeg3p9lv0fx0.us-east-1.aws.endpoints.huggingface.cloud"
6
  headers = {
7
  "Accept" : "application/json",
8
  "Content-Type": "application/json"