stmnk commited on
Commit
2077cf9
·
1 Parent(s): f6ec8cd

try unaligned layout

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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',