Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,14 @@ import torch
|
|
10 |
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:100%; height:180px; border:none;
|
|
|
15 |
|
16 |
|
17 |
DESCRIPTIONx = """## STABLE HAMSTER
|
|
|
10 |
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:100%; height:180px; border:none;"></iframe>'
|
15 |
+
|
16 |
+
|
17 |
+
# Load the HTML content
|
18 |
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
19 |
+
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none; float:right;"></iframe>'
|
20 |
+
|
21 |
|
22 |
|
23 |
DESCRIPTIONx = """## STABLE HAMSTER
|