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