Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|