DIVY118 commited on
Commit
5ee100a
·
verified ·
1 Parent(s): 54004c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def IMGEN():
82
  key = data.get('key', '')
83
 
84
 
85
- API_URL = "https://api-inference.huggingface.co/models/OEvortex/HelpingAI-PixelCraft"
86
  headers = {"Authorization": f"Bearer {key}"}
87
 
88
  result = {
 
82
  key = data.get('key', '')
83
 
84
 
85
+ API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2-1"
86
  headers = {"Authorization": f"Bearer {key}"}
87
 
88
  result = {