CamiloVega commited on
Commit
b5e1fce
·
verified ·
1 Parent(s): a8dc1c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,5 +279,5 @@ def create_interface():
279
  if __name__ == "__main__":
280
  app = create_interface()
281
  app.launch(
282
- share=True # Habilitar enlace público
283
  )
 
279
  if __name__ == "__main__":
280
  app = create_interface()
281
  app.launch(
282
+ share=True
283
  )