Spaces:
Running
Running
cxumol
commited on
add github link on hugging face
Browse files- app/app.py +2 -1
app/app.py
CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(
|
|
186 |
- If your API is on some AI service platform, review if you have enough balance / credits / quota on the platform.
|
187 |
- If you are sure that you have set up the API correctly, but encounter an error along the way, try click the "Go!" button again.
|
188 |
- Try change AI provider / model.
|
189 |
-
- Report to GitHub issue if you believe it's a bug.
|
190 |
""")
|
191 |
with gr.Row():
|
192 |
with gr.Column(scale=1):
|
@@ -253,6 +253,7 @@ with gr.Blocks(
|
|
253 |
type="filepath",
|
254 |
)
|
255 |
infer_btn = gr.Button("Go!", variant="primary")
|
|
|
256 |
|
257 |
is_same_cheap_strong.change(
|
258 |
fn=set_same_cheap_strong,
|
|
|
186 |
- If your API is on some AI service platform, review if you have enough balance / credits / quota on the platform.
|
187 |
- If you are sure that you have set up the API correctly, but encounter an error along the way, try click the "Go!" button again.
|
188 |
- Try change AI provider / model.
|
189 |
+
- Report to [GitHub issue](https://github.com/cxumol/CoverPilot/issues) if you believe it's a bug.
|
190 |
""")
|
191 |
with gr.Row():
|
192 |
with gr.Column(scale=1):
|
|
|
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,
|