Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,18 @@ def generate(
|
|
139 |
#Main gr.Block
|
140 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
141 |
gr.Markdown(DESCRIPTIONx)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
with gr.Group():
|
143 |
with gr.Row():
|
144 |
prompt = gr.Text(
|
|
|
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(
|