Spaces:
Running
Running
fix
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with demo:
|
|
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")
|
59 |
|
60 |
#with gr.Column:
|
61 |
input_prompt = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
|
|
|
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")
|
59 |
|
60 |
#with gr.Column:
|
61 |
input_prompt = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
|