Sunghokim commited on
Commit
346847b
·
verified ·
1 Parent(s): b2fdb07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ intents.guilds = True
17
  intents.guild_messages = True
18
 
19
  # 추론 API 클라이언트 설정
20
- hf_client = InferenceClient("CompVis/stable-diffusion-v1-4", token=os.getenv("HF_TOKEN"))
21
 
22
  # 특정 채널 ID
23
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
 
17
  intents.guild_messages = True
18
 
19
  # 추론 API 클라이언트 설정
20
+ hf_client = InferenceClient("Kwai-Kolors/Kolors", token=os.getenv("HF_TOKEN"))
21
 
22
  # 특정 채널 ID
23
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))