adamcasson commited on
Commit
07c0cb4
·
1 Parent(s): 7718a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -68,7 +68,6 @@ def calculator(
68
 
69
 
70
  with gr.Blocks() as iface:
71
- gr.Markdown("## Transformer FLOPs Calculator")
72
  gr.Markdown(
73
  "Calculate how many FLOPs a Transformer language model has using the method described in [DeepMind's Chinchilla scaling law paper](https://arxiv.org/abs/2203.15556) (see Appendix F)."
74
  )
 
68
 
69
 
70
  with gr.Blocks() as iface:
 
71
  gr.Markdown(
72
  "Calculate how many FLOPs a Transformer language model has using the method described in [DeepMind's Chinchilla scaling law paper](https://arxiv.org/abs/2203.15556) (see Appendix F)."
73
  )