Spaces:
Sleeping
Sleeping
New API key
Browse files
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"
|