Commit
·
89f7c58
1
Parent(s):
13b565d
ss
Browse files
app.py
CHANGED
|
@@ -287,6 +287,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 287 |
top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
|
| 288 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 289 |
|
|
|
|
| 290 |
with gr.Column():
|
| 291 |
with gr.Column(elem_classes="canvas-output"):
|
| 292 |
gr.Markdown("## Output")
|
|
|
|
| 287 |
top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
|
| 288 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 289 |
|
| 290 |
+
|
| 291 |
with gr.Column():
|
| 292 |
with gr.Column(elem_classes="canvas-output"):
|
| 293 |
gr.Markdown("## Output")
|