samim commited on
Commit
2588225
1 Parent(s): 304c4fc

text adjust

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ demo = gr.Blocks()
52
  with demo:
53
  gr.Markdown("<h1>Bloom Explorer</h1>")
54
  gr.Markdown(
55
- """Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. Currently, due to size-limits on Prompt and Token generation, we are only able to feed very limited-length text as Prompt and are getting very few tokens generated in-turn. This makes it difficult to keep a tab on theme of text generation. \n\n This Space is created by [Samim](https://samim.io) for research and fun"""
56
  )
57
  with gr.Row():
58
  example_prompt = gr.Radio( ["Once upon a time in a land far away"], label= "Choose a sample Prompt")
 
52
  with demo:
53
  gr.Markdown("<h1>Bloom Explorer</h1>")
54
  gr.Markdown(
55
+ """Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. Currently, due to size-limits on Prompt and Token generation, we are only able to feed very limited-length text as Prompt and are getting very few tokens generated in-turn. This makes it difficult to keep a tab on theme of text generation. This Space is created by [Samim](https://samim.io) for research and fun"""
56
  )
57
  with gr.Row():
58
  example_prompt = gr.Radio( ["Once upon a time in a land far away"], label= "Choose a sample Prompt")