OmarElSayed commited on
Commit
ba540ec
1 Parent(s): d70c433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ examples = ['الحمدلله رب العالمين',
48
  ]
49
 
50
  intf = gr.Interface(fn = get_similar_sentences , inputs = text_input , outputs = label , examples=examples )
51
- intf.launch(share=True)
 
48
  ]
49
 
50
  intf = gr.Interface(fn = get_similar_sentences , inputs = text_input , outputs = label , examples=examples )
51
+ intf.launch()