prithivMLmods commited on
Commit
4ec829a
·
verified ·
1 Parent(s): 6a09b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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;" align="right" height="60"></iframe>'
 
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