Spaces:
Sleeping
Sleeping
umyuu
commited on
Commit
·
a3a4c65
1
Parent(s):
87a5e38
variant primary
Browse fileshttps://www.gradio.app/docs/gradio/button#initialization
- src/myapp.py +1 -1
src/myapp.py
CHANGED
@@ -99,7 +99,7 @@ def runApp(args: argparse.Namespace, watch: utils.Stopwatch) -> None:
|
|
99 |
|
100 |
algorithmType = gr.Radio(["SpectralResidual", "FineGrained"], label="Saliency", value="SpectralResidual", interactive=True)
|
101 |
|
102 |
-
submit_button = gr.Button("submit")
|
103 |
|
104 |
with gr.Row():
|
105 |
with gr.Tab("input", id="input"):
|
|
|
99 |
|
100 |
algorithmType = gr.Radio(["SpectralResidual", "FineGrained"], label="Saliency", value="SpectralResidual", interactive=True)
|
101 |
|
102 |
+
submit_button = gr.Button("submit", variant="primary")
|
103 |
|
104 |
with gr.Row():
|
105 |
with gr.Tab("input", id="input"):
|