Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ text_client = InferenceClient(
|
|
44 |
"mistralai/Mistral-7B-Instruct-v0.1",
|
45 |
timeout=TIMEOUT,
|
46 |
)
|
47 |
-
image_client = Client("https://openskyml-fast-sdxl-stable-diffusion-xl.hf.space/--replicas/
|
48 |
image_negative_prompt = "ultrarealistic, soft lighting, 8k, ugly, text, blurry"
|
49 |
image_positive_prompt = ""
|
50 |
image_seed = 6
|
|
|
44 |
"mistralai/Mistral-7B-Instruct-v0.1",
|
45 |
timeout=TIMEOUT,
|
46 |
)
|
47 |
+
image_client = Client("https://openskyml-fast-sdxl-stable-diffusion-xl.hf.space/--replicas/545bst2bq/")
|
48 |
image_negative_prompt = "ultrarealistic, soft lighting, 8k, ugly, text, blurry"
|
49 |
image_positive_prompt = ""
|
50 |
image_seed = 6
|