Kvikontent commited on
Commit
5f656d9
Β·
verified Β·
1 Parent(s): 91d8eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Lykon/dreamshaper-xl-v2-turbo"
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")