irmchek commited on
Commit
d062c90
·
1 Parent(s): d1e88a4

use public link for Gradio

Browse files
Files changed (1) hide show
  1. notebook_enhancer.py +1 -1
notebook_enhancer.py CHANGED
@@ -172,4 +172,4 @@ if __name__ == "__main__":
172
  # file_input = "my_notebook.json"
173
  # test = process_notebook(file_input)
174
  demo = build_gradio_interface()
175
- demo.launch()
 
172
  # file_input = "my_notebook.json"
173
  # test = process_notebook(file_input)
174
  demo = build_gradio_interface()
175
+ demo.launch(share=True)