Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as iface:
|
|
135 |
bn_test_d_1_text_output = gr.Textbox(label = "Совпадений")
|
136 |
bn_test_d_1.click(fn = d_test_1, outputs = bn_test_d_1_text_output)
|
137 |
|
138 |
-
iface.launch(ssr_mode =
|
|
|
135 |
bn_test_d_1_text_output = gr.Textbox(label = "Совпадений")
|
136 |
bn_test_d_1.click(fn = d_test_1, outputs = bn_test_d_1_text_output)
|
137 |
|
138 |
+
iface.launch(ssr_mode = True, debug = False)
|