Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
12 |
#Load the HTML content
|
13 |
#html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
14 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
15 |
-
html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
|
|
|
|
16 |
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
17 |
|
18 |
DESCRIPTIONx = """## STABLE HAMSTER
|
|
|
12 |
#Load the HTML content
|
13 |
#html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
14 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
15 |
+
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
16 |
+
|
17 |
+
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
18 |
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
19 |
|
20 |
DESCRIPTIONx = """## STABLE HAMSTER
|