Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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!!!"
|