akhaliq HF staff commited on
Commit
23e5927
·
1 Parent(s): 76ad0b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ demo = gr.Blocks()
112
  with demo:
113
  gr.Markdown(
114
  """
115
- # Gradio Demo for [mohsenfayyaz/GlobEnc(https://github.com/mohsenfayyaz/GlobEnc)
116
  """)
117
  inp = [gr.Textbox(),gr.Dropdown(choices=['bert-base-uncased-cls-sst2','bert-large-sst2','electra-base-sst2'])]
118
  out = gr.Plot()
 
112
  with demo:
113
  gr.Markdown(
114
  """
115
+ ## Gradio Demo for [mohsenfayyaz/GlobEnc](https://github.com/mohsenfayyaz/GlobEnc), GlobEnc: Quantifying Global Token Attribution by Incorporating the Whole Encoder Layer in Transformers
116
  """)
117
  inp = [gr.Textbox(),gr.Dropdown(choices=['bert-base-uncased-cls-sst2','bert-large-sst2','electra-base-sst2'])]
118
  out = gr.Plot()