C2MV commited on
Commit
9a2bb9e
verified
1 Parent(s): 48fe457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
  except ValueError as ve:
39
  if "shareable link must be created" in str(ve):
40
  print("ADVERTENCIA (app.py): Fall贸 el lanzamiento local directo, intentando con share=True...")
41
- demo_instance.launch()
42
  else:
43
  raise ve
44
 
 
38
  except ValueError as ve:
39
  if "shareable link must be created" in str(ve):
40
  print("ADVERTENCIA (app.py): Fall贸 el lanzamiento local directo, intentando con share=True...")
41
+ demo_instance.launch(share=True)
42
  else:
43
  raise ve
44