jfarray commited on
Commit
5c4bbd0
1 Parent(s): 06b480a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ iface = gr.Interface(fn=Main
67
  , title = "Similitud Semántica de textos en Español de tamaño medio (200-250 palabras)"
68
  )
69
 
70
- iface.launch(share = True,enable_queue=True, show_error =True)
 
67
  , title = "Similitud Semántica de textos en Español de tamaño medio (200-250 palabras)"
68
  )
69
 
70
+ iface.launch(share = False,enable_queue=True, show_error =True)