We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fe2c5 commit 696ff54Copy full SHA for 696ff54
scripts/spartan/UI.py
@@ -116,7 +116,15 @@ def create_root(self):
116
" equal share of the total request. Longer than 2 seconds is recommended."
117
)
118
119
- save_btn = gradio.Button(value='Save')
+ save_btn = gradio.Button(value='Update')
120
save_btn.click(fn=self.save_btn, inputs=[thin_client_cbx, job_timeout])
121
122
+ with gradio.Tab('Help'):
123
+ gradio.Markdown(
124
+ """
125
+ - [Discord Server 🤝](https://discord.gg/Jpc8wnftd4)
126
+ - [Github Repository </>](https://github.com/papuSpartan/stable-diffusion-webui-distributed)
127
128
+ )
129
+
130
return root
0 commit comments