ayoni02 commited on
Commit
403fab3
·
1 Parent(s): 6364198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ label = gr.components.Text(label="Picked User Top 5 Recommendations:")
65
  example = [2, 3]
66
 
67
  intf = gr.Interface(fn=gl, inputs=text, outputs=label, examples=example)
68
- intf.launch(inline=False, share=True)
 
65
  example = [2, 3]
66
 
67
  intf = gr.Interface(fn=gl, inputs=text, outputs=label, examples=example)
68
+ intf.launch(inline=False)