MasterAlex69 commited on
Commit
e51c162
·
verified ·
1 Parent(s): 9d6d4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = False, debug = False)
 
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)