mshukor commited on
Commit
f7812b1
1 Parent(s): 0665edf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ examples = [
174
  ]
175
 
176
  title = "eP-ALM"
177
- description = "Gradio Demo for eP-ALM: "
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
 
180
  io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
 
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
 
180
  io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,