mshukor commited on
Commit
465eb34
1 Parent(s): 3410712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ examples = [
173
  ['examples/images/baseball.jpg', 'Image Captioning', None],
174
  ]
175
 
176
- title = "eP-ALM"
177
  description = "Gradio Demo for eP-ALM. For this demo, we use 2.7B OPT. As the model runs on CPUs and float16 mixed precision is not supported on CPUs, the generation can take up to 2 mins."
178
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2303.11403' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/eP-ALM' target='_blank'>Github Repo</a></p>"
179
 
 
173
  ['examples/images/baseball.jpg', 'Image Captioning', None],
174
  ]
175
 
176
+ title = "eP-ALM for Image-Text tasks"
177
  description = "Gradio Demo for eP-ALM. For this demo, we use 2.7B OPT. As the model runs on CPUs and float16 mixed precision is not supported on CPUs, the generation can take up to 2 mins."
178
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2303.11403' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/eP-ALM' target='_blank'>Github Repo</a></p>"
179