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

use public link for Gradio

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