Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,9 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
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 = """
|
24 |
-
<img align="right" height="150" src="https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection/resolve/main/cc.gif" />
|
25 |
-
## STABLE HAMSTER
|
26 |
"""
|
27 |
|
28 |
|
@@ -127,8 +125,9 @@ footer {
|
|
127 |
'''
|
128 |
|
129 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
130 |
gr.Markdown(DESCRIPTIONx)
|
131 |
-
|
132 |
with gr.Group():
|
133 |
with gr.Row():
|
134 |
prompt = gr.Text(
|
|
|
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 |
+
html_content = """<img align="right" height="150" src="https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection/resolve/main/cc.gif" />"""
|
22 |
|
23 |
+
DESCRIPTIONx = """## STABLE HAMSTER
|
|
|
|
|
|
|
24 |
"""
|
25 |
|
26 |
|
|
|
125 |
'''
|
126 |
|
127 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
128 |
+
gr.HTML(html_content)
|
129 |
gr.Markdown(DESCRIPTIONx)
|
130 |
+
|
131 |
with gr.Group():
|
132 |
with gr.Row():
|
133 |
prompt = gr.Text(
|