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