Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,10 @@ import torch
|
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
DESCRIPTIONx = """
|
13 |
-
## STABLE HAMSTER
|
14 |
|
15 |
-
<
|
16 |
-
|
17 |
-
|
18 |
"""
|
19 |
|
20 |
# Use environment variables for flexibility
|
|
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
DESCRIPTIONx = """
|
|
|
13 |
|
14 |
+
<img align="right" height="150" src="https://prithivmlmods-hamster-static.static.hf.space/index.html" />
|
15 |
+
|
16 |
+
🗞️Machine learning X web app production aspirant <br>🚀I'm currently pursuing a degree in info-tech<br>🌠Looking to collaborate on projects<br>🔮Currently learning MLOps<br>ℹ️Open to talk about web app production & deployments.<br>🚧Focused | Smarter | Faster
|
17 |
"""
|
18 |
|
19 |
# Use environment variables for flexibility
|