prithivMLmods commited on
Commit
09ab26c
·
verified ·
1 Parent(s): ab61fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ 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:50%; height:180px; border:none;></iframe>'
15
 
16
 
17
  DESCRIPTIONx = """## STABLE HAMSTER
@@ -118,8 +118,8 @@ footer {
118
  '''
119
 
120
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
121
  gr.Markdown(DESCRIPTIONx)
122
- gr.HTML(html_content) # Add the HTML content here
123
  with gr.Group():
124
  with gr.Row():
125
  prompt = gr.Text(
 
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:75%; height:250px; border:none;></iframe>'
15
 
16
 
17
  DESCRIPTIONx = """## STABLE HAMSTER
 
118
  '''
119
 
120
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
121
+ gr.HTML(html_content)# Add the HTML content here
122
  gr.Markdown(DESCRIPTIONx)
 
123
  with gr.Group():
124
  with gr.Row():
125
  prompt = gr.Text(