Spaces:
Running
Running
salomonsky
commited on
Update app.py
Browse files
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="
|
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:
|