Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,14 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
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 = """
|
|
|
|
|
24 |
"""
|
25 |
|
26 |
|
@@ -126,7 +128,7 @@ footer {
|
|
126 |
|
127 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
128 |
gr.Markdown(DESCRIPTIONx)
|
129 |
-
gr.HTML(html_content)
|
130 |
with gr.Group():
|
131 |
with gr.Row():
|
132 |
prompt = gr.Text(
|
|
|
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 = """
|
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 |
|
|
|
128 |
|
129 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
130 |
gr.Markdown(DESCRIPTIONx)
|
131 |
+
#gr.HTML(html_content)
|
132 |
with gr.Group():
|
133 |
with gr.Row():
|
134 |
prompt = gr.Text(
|