Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
| 24 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
| 25 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
| 26 |
|
| 27 |
-
html_file_url = "https://prithivhamster.vercel.app/"
|
| 28 |
-
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
| 29 |
|
| 30 |
DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
| 31 |
|
|
@@ -264,12 +264,14 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 264 |
|
| 265 |
|
| 266 |
gr.Markdown(DESCRIPTIONy)
|
|
|
|
|
|
|
|
|
|
| 267 |
|
| 268 |
gr.Markdown("**Note:**")
|
| 269 |
-
|
| 270 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
| 271 |
|
| 272 |
-
gr.HTML(html_content)
|
| 273 |
|
| 274 |
if __name__ == "__main__":
|
| 275 |
demo.queue(max_size=40).launch()
|
|
|
|
| 24 |
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
|
| 25 |
#html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
|
| 26 |
|
| 27 |
+
#html_file_url = "https://prithivhamster.vercel.app/"
|
| 28 |
+
#html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
|
| 29 |
|
| 30 |
DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
| 31 |
|
|
|
|
| 264 |
|
| 265 |
|
| 266 |
gr.Markdown(DESCRIPTIONy)
|
| 267 |
+
|
| 268 |
+
gr.Markdown("**Disclaimer:**")
|
| 269 |
+
gr.Markdown("This is the high-quality image generation demo space, which generates images in fractions of a second by using highly detailed prompts. This space can also make mistakes, so use it wisely.")
|
| 270 |
|
| 271 |
gr.Markdown("**Note:**")
|
|
|
|
| 272 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
| 273 |
|
| 274 |
+
#gr.HTML(html_content)
|
| 275 |
|
| 276 |
if __name__ == "__main__":
|
| 277 |
demo.queue(max_size=40).launch()
|