Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from interface import process_and_plot
|
|
5 |
|
6 |
def main():
|
7 |
demo = create_interface(process_and_plot)
|
8 |
-
demo.launch()
|
9 |
|
10 |
if __name__ == "__main__":
|
11 |
main()
|
|
|
5 |
|
6 |
def main():
|
7 |
demo = create_interface(process_and_plot)
|
8 |
+
demo.launch(share=True) # Agregar 'share=True' para crear un enlace público
|
9 |
|
10 |
if __name__ == "__main__":
|
11 |
main()
|