soiz commited on
Commit
f7ceb92
1 Parent(s): 0279fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from deep_translator import GoogleTranslator
7
 
8
  app = Flask(__name__)
9
 
10
- API_URL = "https://api-inference.huggingface.co/models/Ojimi/anime-kawai-diffusion"
11
  timeout = 3000 # タイムアウトを300秒に設定
12
 
13
  # Function to query the API and return the generated image
 
7
 
8
  app = Flask(__name__)
9
 
10
+ API_URL = "https://api-inference.huggingface.co/models/stablediffusionapi/anything-v5"
11
  timeout = 3000 # タイムアウトを300秒に設定
12
 
13
  # Function to query the API and return the generated image