Spaces:
Runtime error
Runtime error
Commit
·
60039c9
1
Parent(s):
87d3353
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ g = gr.Interface(
|
|
| 112 |
fn=respond,
|
| 113 |
inputs=[
|
| 114 |
gr.components.Textbox(
|
| 115 |
-
lines=2, label="Instruction"
|
| 116 |
),
|
| 117 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),
|
| 118 |
gr.components.Slider(minimum=0, maximum=1, value=0.75, label="Top p"),
|
|
@@ -124,7 +124,7 @@ g = gr.Interface(
|
|
| 124 |
],
|
| 125 |
outputs=[
|
| 126 |
gr.inputs.Textbox(
|
| 127 |
-
lines=
|
| 128 |
label="Output",
|
| 129 |
)
|
| 130 |
],
|
|
|
|
| 112 |
fn=respond,
|
| 113 |
inputs=[
|
| 114 |
gr.components.Textbox(
|
| 115 |
+
lines=2, label="Instruction"
|
| 116 |
),
|
| 117 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),
|
| 118 |
gr.components.Slider(minimum=0, maximum=1, value=0.75, label="Top p"),
|
|
|
|
| 124 |
],
|
| 125 |
outputs=[
|
| 126 |
gr.inputs.Textbox(
|
| 127 |
+
lines=8,
|
| 128 |
label="Output",
|
| 129 |
)
|
| 130 |
],
|