salomonsky commited on
Commit
edccdd0
·
verified ·
1 Parent(s): ded77ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def enhance_prompt(text, client=client):
46
  try:
47
  enhanced = client.text_generation(
48
  "Generate a photorealistic, detailed txt2img prompt: " + text,
49
- model="mmistralai/Mixtral-8x7B-Instruct-v0.1",)
50
  return enhanced[:200]
51
 
52
  except Exception as e:
 
46
  try:
47
  enhanced = client.text_generation(
48
  "Generate a photorealistic, detailed txt2img prompt: " + text,
49
+ model="mistralai/Mixtral-8x7B-Instruct-v0.1",)
50
  return enhanced[:200]
51
 
52
  except Exception as e: