K00B404 commited on
Commit
c1f5cb9
1 Parent(s): 9ab6075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
112
 
113
  key = random.randint(0, 999)
114
 
115
- prompt = GoogleTranslator(source='ru', target='en').translate(prompt)
116
  print(f'\033[1mGeneration {key} translation:\033[0m {prompt}')
117
 
118
  original_prompt = prompt
 
112
 
113
  key = random.randint(0, 999)
114
 
115
+ #prompt = GoogleTranslator(source='ru', target='en').translate(prompt)
116
  print(f'\033[1mGeneration {key} translation:\033[0m {prompt}')
117
 
118
  original_prompt = prompt