Upload app.py
Browse files
app.py
CHANGED
|
@@ -240,4 +240,4 @@ This paper aims to extend the Structured Knowledge Accumulation (SKA) framework
|
|
| 240 |
outputs=[plot_entropy, plot_cosine],
|
| 241 |
)
|
| 242 |
|
| 243 |
-
demo.launch(server_name="0.0.0.0", server_port=
|
|
|
|
| 240 |
outputs=[plot_entropy, plot_cosine],
|
| 241 |
)
|
| 242 |
|
| 243 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|