SegevC commited on
Commit
dc6761e
1 Parent(s): df8a394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ examples=[
86
  image = gr.Image(shape=(192,192))
87
  intf = gr.Interface(fn =predict_bf, inputs = [image, gr.Radio([0,1,2,3,4])], outputs = gr.outputs.Textbox(),
88
  title = title, description = description, examples=examples)
89
- intf.launch(inline=True, share=True)
 
86
  image = gr.Image(shape=(192,192))
87
  intf = gr.Interface(fn =predict_bf, inputs = [image, gr.Radio([0,1,2,3,4])], outputs = gr.outputs.Textbox(),
88
  title = title, description = description, examples=examples)
89
+ intf.launch(inline=True, share=False)