mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-21 13:10:56 +00:00
fix: black
This commit is contained in:
parent
987381247f
commit
955f86b396
@ -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…
Reference in New Issue
Block a user