Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from freeGPT import Client
|
|
6 |
import requests
|
7 |
|
8 |
hf_token = os.environ.get("API_TOKEN")
|
9 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
10 |
headers = {"Authorization": f"Bearer {hf_token}"}
|
11 |
|
12 |
st.title("π AI Browser")
|
|
|
6 |
import requests
|
7 |
|
8 |
hf_token = os.environ.get("API_TOKEN")
|
9 |
+
API_URL = "https://api-inference.huggingface.co/models/goofyai/3d_render_style_xl"
|
10 |
headers = {"Authorization": f"Bearer {hf_token}"}
|
11 |
|
12 |
st.title("π AI Browser")
|