Spaces:
Runtime error
Runtime error
try unaligned layout
Browse files
app.py
CHANGED
|
@@ -202,6 +202,7 @@ iface = gr.Interface(
|
|
| 202 |
gr.inputs.Slider(0, 100, default=1, label="Temperature (of the sampling operation)"),
|
| 203 |
gr.inputs.Slider(0, 100, default=70, label="Repetition Penalty (frequently previously used tokens are downsized)"),
|
| 204 |
],
|
|
|
|
| 205 |
# gr.outputs.Textbox(label="Code Generated PL"))
|
| 206 |
gr.outputs.Textbox(label="Docstring Generated (Natural Language, code comment for documentation)"),
|
| 207 |
title='Generate a documentation string for Python code',
|
|
|
|
| 202 |
gr.inputs.Slider(0, 100, default=1, label="Temperature (of the sampling operation)"),
|
| 203 |
gr.inputs.Slider(0, 100, default=70, label="Repetition Penalty (frequently previously used tokens are downsized)"),
|
| 204 |
],
|
| 205 |
+
layout="unaligned",
|
| 206 |
# gr.outputs.Textbox(label="Code Generated PL"))
|
| 207 |
gr.outputs.Textbox(label="Docstring Generated (Natural Language, code comment for documentation)"),
|
| 208 |
title='Generate a documentation string for Python code',
|