Spaces:
Sleeping
Sleeping
use public link for Gradio
Browse files- 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)
|