mosses commited on
Commit
7162ecc
1 Parent(s): 06d9229

Update construct.py

Browse files
Files changed (1) hide show
  1. construct.py +2 -2
construct.py CHANGED
@@ -40,10 +40,10 @@ int_align = gr.Interface(fn=LabFusion,
40
  outputs=[gr.DataFrame(label = " Constructs ") ,
41
  gr.File(label="CSV output file")],
42
  title="ConstructMaker",
43
- live=True
44
  )
45
 
46
  inter = gr.TabbedInterface([int_align],
47
  ["LabFusion"])
48
 
49
- inter.launch(share=True)
 
40
  outputs=[gr.DataFrame(label = " Constructs ") ,
41
  gr.File(label="CSV output file")],
42
  title="ConstructMaker",
43
+ #live=True
44
  )
45
 
46
  inter = gr.TabbedInterface([int_align],
47
  ["LabFusion"])
48
 
49
+ inter.launch()