seawolf2357 commited on
Commit
9113f54
โ€ข
1 Parent(s): 257164f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ intents.message_content = True
25
  translator = pipeline("translation", model="Helsinki-NLP/opus-mt-ko-en")
26
 
27
  # ํ™˜๊ฒฝ ๋ณ€์ˆ˜์—์„œ ์ง€์ •๋œ ์ฑ„๋„ ID ๊ฐ€์ ธ์˜ค๊ธฐ, ๊ธฐ๋ณธ๊ฐ’ ์‚ฌ์šฉ
28
- TARGET_CHANNEL_ID = int(os.getenv('DISCORD_CHANNEL_ID')
29
 
30
  # ๊ณ ์ •๋œ ๋„ค๊ฑฐํ‹ฐ๋ธŒ ํ”„๋กฌํ”„ํŠธ
31
  negative_prompt = "blur, low quality, bad composition, ugly, disfigured, weird colors, low quality, jpeg artifacts, lowres, grainy, deformed structures, blurry, opaque, low contrast, distorted details, details are low"
 
25
  translator = pipeline("translation", model="Helsinki-NLP/opus-mt-ko-en")
26
 
27
  # ํ™˜๊ฒฝ ๋ณ€์ˆ˜์—์„œ ์ง€์ •๋œ ์ฑ„๋„ ID ๊ฐ€์ ธ์˜ค๊ธฐ, ๊ธฐ๋ณธ๊ฐ’ ์‚ฌ์šฉ
28
+ TARGET_CHANNEL_ID = os.getenv('DISCORD_CHANNEL_ID')
29
 
30
  # ๊ณ ์ •๋œ ๋„ค๊ฑฐํ‹ฐ๋ธŒ ํ”„๋กฌํ”„ํŠธ
31
  negative_prompt = "blur, low quality, bad composition, ugly, disfigured, weird colors, low quality, jpeg artifacts, lowres, grainy, deformed structures, blurry, opaque, low contrast, distorted details, details are low"