sanchit-gandhi HF staff commited on
Commit
9661fe1
1 Parent(s): ccb40f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ Options:
17
  - greedy: accurate completions (may be more boring or have repetitions)
18
  """
19
 
20
- wip_description = """Gradio Demo for JAX / Flax BLOOM. The 176B BLOOM model running on a TPU v3-256 pod, with 2D model parallelism and custom mesh axes.
21
 
22
 
23
  Note: rendering of the screenshot is currently not optimised. To experience the true speed of JAX / Flax, tick 'just output raw text'.
 
17
  - greedy: accurate completions (may be more boring or have repetitions)
18
  """
19
 
20
+ wip_description = """Gradio Demo for JAX / Flax BLOOM. To use it, simply add your text, or click one of the examples to load them.
21
 
22
 
23
  Note: rendering of the screenshot is currently not optimised. To experience the true speed of JAX / Flax, tick 'just output raw text'.