Spaces:
Sleeping
Sleeping
Squaad AI
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from diffusers import AutoencoderKL, DiffusionPipeline
|
|
14 |
|
15 |
DESCRIPTION = "# Run any LoRA or SD Model"
|
16 |
if not torch.cuda.is_available():
|
17 |
-
DESCRIPTION += "\n<p>
|
18 |
|
19 |
MAX_SEED = np.iinfo(np.int32).max
|
20 |
CACHE_EXAMPLES = torch.cuda.is_available() and os.getenv("CACHE_EXAMPLES") == "1"
|
@@ -106,7 +106,7 @@ examples = [
|
|
106 |
|
107 |
with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
108 |
gr.HTML(
|
109 |
-
"<p><center>π For any additional support, join our
|
110 |
)
|
111 |
gr.Markdown(DESCRIPTION, elem_id="description")
|
112 |
with gr.Group():
|
|
|
14 |
|
15 |
DESCRIPTION = "# Run any LoRA or SD Model"
|
16 |
if not torch.cuda.is_available():
|
17 |
+
DESCRIPTION += "\n<p>This space is running on the CPU. This demo doesn't work on CPU π! Run it on a GPU by duplicating this space.</p>"
|
18 |
|
19 |
MAX_SEED = np.iinfo(np.int32).max
|
20 |
CACHE_EXAMPLES = torch.cuda.is_available() and os.getenv("CACHE_EXAMPLES") == "1"
|
|
|
106 |
|
107 |
with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
108 |
gr.HTML(
|
109 |
+
"<p><center>π For any additional support, join our <a href="Discord">https://discord.gg/JprjXpjt9K</a></center></p>"
|
110 |
)
|
111 |
gr.Markdown(DESCRIPTION, elem_id="description")
|
112 |
with gr.Group():
|