Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,16 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
|
21 |
|
22 |
"""
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
css = '''
|
26 |
.gradio-container{max-width: 560px !important}
|
@@ -138,19 +148,8 @@ def generate(
|
|
138 |
return image_paths, seed
|
139 |
#Main gr.Block
|
140 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
141 |
-
gr.Markdown(DESCRIPTIONx)
|
142 |
-
|
143 |
-
gr.Markdown(
|
144 |
-
"""
|
145 |
-
<p align="left">
|
146 |
-
<a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
147 |
-
<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">
|
148 |
-
</a>
|
149 |
-
</p>
|
150 |
-
"""
|
151 |
-
)
|
152 |
-
|
153 |
-
|
154 |
with gr.Group():
|
155 |
with gr.Row():
|
156 |
prompt = gr.Text(
|
|
|
21 |
|
22 |
"""
|
23 |
|
24 |
+
DESCRIPTIONy = """
|
25 |
+
<p align="left">
|
26 |
+
<a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
27 |
+
<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">
|
28 |
+
</a>
|
29 |
+
</p>
|
30 |
+
"""
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
|
35 |
css = '''
|
36 |
.gradio-container{max-width: 560px !important}
|
|
|
148 |
return image_paths, seed
|
149 |
#Main gr.Block
|
150 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
151 |
+
gr.Markdown(DESCRIPTIONx)
|
152 |
+
gr.Markdown(DESCRIPTIONy)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
with gr.Group():
|
154 |
with gr.Row():
|
155 |
prompt = gr.Text(
|