sanbatte commited on
Commit
e4ad38e
·
1 Parent(s): b656794

saca el share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ app.include_router(
22
  )
23
 
24
  iface = gr.Interface(fn=predict, inputs="text", outputs="text")
25
- iface.launch(share=True)
 
22
  )
23
 
24
  iface = gr.Interface(fn=predict, inputs="text", outputs="text")
25
+ iface.launch()