cxumol commited on
Commit
578a712
·
unverified ·
1 Parent(s): 096cc51

add github link on hugging face

Browse files
Files changed (1) hide show
  1. 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,