Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
6d034d7
1
Parent(s):
4755f10
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ def build_gradio_interface():
|
|
303 |
partial(ConfigManager.update_setting, 'GenerateParameters', key),
|
304 |
inputs=[input_component],
|
305 |
outputs=[output]
|
306 |
-
)
|
307 |
|
308 |
apply_settings_button = gr.Button("設定を適用")
|
309 |
apply_settings_button.click(
|
|
|
303 |
partial(ConfigManager.update_setting, 'GenerateParameters', key),
|
304 |
inputs=[input_component],
|
305 |
outputs=[output]
|
306 |
+
))
|
307 |
|
308 |
apply_settings_button = gr.Button("設定を適用")
|
309 |
apply_settings_button.click(
|