Vladt-Tempest commited on
Commit
26d5568
·
1 Parent(s): a798166

Share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,4 +309,4 @@ def crear_interfaz():
309
 
310
  if __name__ == "__main__":
311
  demo = crear_interfaz()
312
- demo.launch(share=False)
 
309
 
310
  if __name__ == "__main__":
311
  demo = crear_interfaz()
312
+ demo.launch(share=True)