C2MV commited on
Commit
9a6ad14
1 Parent(s): 0788e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()