vivek9 commited on
Commit
7e74692
·
verified ·
1 Parent(s): 67992aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,6 +130,6 @@ def demo():
130
  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], \
131
  outputs=[dsm_result,dsm_dataframe])
132
  demo.queue().launch(debug=True)
133
-
134
  if __name__ == "__main__":
135
  demo()
 
130
  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], \
131
  outputs=[dsm_result,dsm_dataframe])
132
  demo.queue().launch(debug=True)
133
+ gr.themes.builder()
134
  if __name__ == "__main__":
135
  demo()