Aishwarya Solanki commited on
Commit
8d2be5f
·
1 Parent(s): 3674a19

Added the gradio UI link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks(css=css) as ui:
33
 
34
  with gr.Row():
35
  with gr.Column(scale=1, min_width=500):
36
- gr.Button(value="You can browse the GUI by clicking here", link="https://e5f2d87bf4047aa563.gradio.live", variant="primary")
37
  with gr.Column(scale=1, min_width=500):
38
  gr.Button("You can view the explainability report by clicking here", link="https://docs.google.com/document/d/e/2PACX-1vQMRO7rtLrdXchyP1TXOH8jJ0jGS1lw-OcAvmYGDNFve1plgXjm7bBGKaWrlxBC6XdIGpvku3ArNavO/pub", variant="primary")
39
 
 
33
 
34
  with gr.Row():
35
  with gr.Column(scale=1, min_width=500):
36
+ gr.Button(value="You can browse the GUI by clicking here", link="https://huggingface.co/spaces/Asolanki97/GPTLens", variant="primary")
37
  with gr.Column(scale=1, min_width=500):
38
  gr.Button("You can view the explainability report by clicking here", link="https://docs.google.com/document/d/e/2PACX-1vQMRO7rtLrdXchyP1TXOH8jJ0jGS1lw-OcAvmYGDNFve1plgXjm7bBGKaWrlxBC6XdIGpvku3ArNavO/pub", variant="primary")
39