Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
11 |
|
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:
|
|
|
15 |
|
16 |
DESCRIPTIONx = """## STABLE HAMSTER
|
17 |
"""
|
|
|
11 |
|
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:70%; height:250px; border:none;></iframe>'
|
15 |
+
|
16 |
|
17 |
DESCRIPTIONx = """## STABLE HAMSTER
|
18 |
"""
|