TabPFN commited on
Commit
856701e
·
1 Parent(s): 44aa9b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
154
 
155
  inp_file.change(fn=upload_file, inputs=inp_file, outputs=inp_table)
156
 
157
- demo.launch(share=True)
 
154
 
155
  inp_file.change(fn=upload_file, inputs=inp_file, outputs=inp_table)
156
 
157
+ demo.launch()