morenolq commited on
Commit
8fe4ad5
1 Parent(s): 5596fbf

removed share parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
  examples=[["The attention mechanism in LLM is"]]
31
  )
32
 
33
- iface.launch(share=True)
 
30
  examples=[["The attention mechanism in LLM is"]]
31
  )
32
 
33
+ iface.launch()