mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +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,
|
interactive=False,
|
||||||
)
|
)
|
||||||
response_style = gr.Checkbox(
|
response_style = gr.Checkbox(
|
||||||
label="Response Style: Streaming",
|
label="Response Style: Streaming", value=self._response_style
|
||||||
value=self._response_style
|
|
||||||
)
|
)
|
||||||
response_style.input(
|
response_style.input(
|
||||||
self._set_response_style,
|
self._set_response_style, inputs=response_style
|
||||||
inputs=response_style
|
|
||||||
)
|
)
|
||||||
upload_button = gr.components.UploadButton(
|
upload_button = gr.components.UploadButton(
|
||||||
"Upload File(s)",
|
"Upload File(s)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue