fix: black

This commit is contained in:
Javier Martinez 2024-09-16 17:14:58 +02:00
parent 987381247f
commit 955f86b396
No known key found for this signature in database

View File

@ -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)",