akhaliq HF Staff commited on
Commit
76ad0b7
·
1 Parent(s): 1640b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -112,8 +112,7 @@ demo = gr.Blocks()
112
  with demo:
113
  gr.Markdown(
114
  """
115
- # Hello World!
116
- Start typing below to see the output.
117
  """)
118
  inp = [gr.Textbox(),gr.Dropdown(choices=['bert-base-uncased-cls-sst2','bert-large-sst2','electra-base-sst2'])]
119
  out = gr.Plot()
 
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()