Spaces:
Sleeping
Sleeping
cxumol commited on
Update app.py
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -253,7 +253,7 @@ with gr.Blocks(
|
|
| 253 |
type="filepath",
|
| 254 |
)
|
| 255 |
infer_btn = gr.Button("Go!", variant="primary")
|
| 256 |
-
gr.Markdown("#### Like it? Give me a star [on GitHub](https://github.com/cxumol/CoverPilot)
|
| 257 |
|
| 258 |
is_same_cheap_strong.change(
|
| 259 |
fn=set_same_cheap_strong,
|
|
|
|
| 253 |
type="filepath",
|
| 254 |
)
|
| 255 |
infer_btn = gr.Button("Go!", variant="primary")
|
| 256 |
+
gr.Markdown("#### Like it? Give me a star ⭐ [on GitHub](https://github.com/cxumol/CoverPilot)!")
|
| 257 |
|
| 258 |
is_same_cheap_strong.change(
|
| 259 |
fn=set_same_cheap_strong,
|