jfarray commited on
Commit
55bd92f
1 Parent(s): 96db89c

Update app.py

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