joaogante HF staff commited on
Commit
74e572f
1 Parent(s): 979192e

Add Markdown

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -161,8 +161,10 @@ demo = gr.Blocks()
161
  with demo:
162
  gr.Markdown(
163
  """
164
- # Foo
165
- Bar
 
 
166
  """
167
  )
168
  with gr.Tabs():
 
161
  with demo:
162
  gr.Markdown(
163
  """
164
+ # TensorFlow XLA Text Generation Benchmark
165
+ Pick a tab for the type of generation (or other information), and then select a model from the dropdown menu.
166
+ You can also ommit results from TensorFlow Eager Execution, if you wish to better compare the performance of
167
+ PyTorch to TensorFlow with XLA.
168
  """
169
  )
170
  with gr.Tabs():