vivek9 commited on
Commit
f445cdf
·
verified ·
1 Parent(s): 1639c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def demo():
158
  dsm_submit.click(dsm_fn, \
159
  inputs=[dsm_left_file, dsm_right_file, identifier_column_dsm, sequence_column_dsm, sortby_dsm, sliding_window_min_dsm, sliding_window_max_dsm, min_gap_dsm, max_gap_dsm, S_support_thresh_dsm, I_support_thresh_dsm, threshold_pvalue, dataset_format_dsm, test_type], \
160
  outputs=[dsm_result,dsm_dataframe])
161
- demo.queue().launch(debug=True)
162
  #gr.themes.builder()
163
  if __name__ == "__main__":
164
  demo()
 
158
  dsm_submit.click(dsm_fn, \
159
  inputs=[dsm_left_file, dsm_right_file, identifier_column_dsm, sequence_column_dsm, sortby_dsm, sliding_window_min_dsm, sliding_window_max_dsm, min_gap_dsm, max_gap_dsm, S_support_thresh_dsm, I_support_thresh_dsm, threshold_pvalue, dataset_format_dsm, test_type], \
160
  outputs=[dsm_result,dsm_dataframe])
161
+ demo.queue().launch(debug=True,share=True)
162
  #gr.themes.builder()
163
  if __name__ == "__main__":
164
  demo()