Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,14 +31,6 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
|
31 |
|
32 |
"""
|
33 |
|
34 |
-
DESCRIPTIONy = """
|
35 |
-
<p align="left">
|
36 |
-
<a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
37 |
-
<img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Stable-Hamster?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
38 |
-
</a>
|
39 |
-
</p>
|
40 |
-
"""
|
41 |
-
|
42 |
css = '''
|
43 |
.gradio-container{max-width: 560px !important}
|
44 |
h1{text-align:center}
|
@@ -256,11 +248,5 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
256 |
outputs=[result, seed],
|
257 |
api_name="run",
|
258 |
)
|
259 |
-
gr.Markdown(DESCRIPTIONy)
|
260 |
-
gr.Markdown("**Disclaimer:**")
|
261 |
-
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.")
|
262 |
-
gr.Markdown("**Note:**")
|
263 |
-
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
264 |
-
#gr.HTML(html_content)
|
265 |
if __name__ == "__main__":
|
266 |
demo.queue(max_size=40).launch()
|
|
|
31 |
|
32 |
"""
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
css = '''
|
35 |
.gradio-container{max-width: 560px !important}
|
36 |
h1{text-align:center}
|
|
|
248 |
outputs=[result, seed],
|
249 |
api_name="run",
|
250 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
if __name__ == "__main__":
|
252 |
demo.queue(max_size=40).launch()
|