mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
fix: black
This commit is contained in:
parent
987381247f
commit
955f86b396
1 changed files with 2 additions and 4 deletions
|
|
@ -426,12 +426,10 @@ class PrivateGptUi:
|
|||
interactive=False,
|
||||
)
|
||||
response_style = gr.Checkbox(
|
||||
label="Response Style: Streaming",
|
||||
value=self._response_style
|
||||
label="Response Style: Streaming", value=self._response_style
|
||||
)
|
||||
response_style.input(
|
||||
self._set_response_style,
|
||||
inputs=response_style
|
||||
self._set_response_style, inputs=response_style
|
||||
)
|
||||
upload_button = gr.components.UploadButton(
|
||||
"Upload File(s)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue