SegevC commited on
Commit
5e3eaea
·
1 Parent(s): 1325f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def predict_bf(img):
47
  image = gr.Image(shape=(192,192))
48
  # label = gr.float()
49
  intf = gr.Interface(fn =predict_bf, inputs = image, outputs = "number" )
50
- intf.launch(inline= False, share=True)
51
 
52
  # def greet(name):
53
  # return "Hello " + name + "!!" + "This is version 2!!!"
 
47
  image = gr.Image(shape=(192,192))
48
  # label = gr.float()
49
  intf = gr.Interface(fn =predict_bf, inputs = image, outputs = "number" )
50
+ intf.launch(inline= False)
51
 
52
  # def greet(name):
53
  # return "Hello " + name + "!!" + "This is version 2!!!"