Update app.py
Browse files
app.py
CHANGED
@@ -20,12 +20,12 @@ import torch
|
|
20 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
21 |
|
22 |
#Load the HTML content
|
23 |
-
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
24 |
-
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
25 |
-
html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
26 |
|
27 |
-
|
28 |
-
|
29 |
|
30 |
DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
31 |
|
|
|
20 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
21 |
|
22 |
#Load the HTML content
|
23 |
+
#html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
24 |
+
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
25 |
+
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
26 |
|
27 |
+
html_file_url = "https://prithivhamster.vercel.app/"
|
28 |
+
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
29 |
|
30 |
DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
31 |
|