Spaces:
Running
Running
text change
Browse files
app.py
CHANGED
@@ -54,9 +54,7 @@ with demo:
|
|
54 |
"""Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. \n This Space is created by [Samim](https://samim.io) for research and fun"""
|
55 |
)
|
56 |
with gr.Row():
|
57 |
-
|
58 |
-
example_prompt = gr.Radio( [
|
59 |
-
"Instruction: Given an input question, respond with syntactically correct PostgreSQL\nInput: How many users signed up in the past month?\nPostgreSQL query: "], label= "Choose a sample Prompt")
|
60 |
|
61 |
#with gr.Column:
|
62 |
input_prompt_sql = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
|
|
|
54 |
"""Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. \n This Space is created by [Samim](https://samim.io) for research and fun"""
|
55 |
)
|
56 |
with gr.Row():
|
57 |
+
example_prompt = gr.Radio( ["Once upon a time in a land far away"], label= "Choose a sample Prompt")
|
|
|
|
|
58 |
|
59 |
#with gr.Column:
|
60 |
input_prompt_sql = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
|