Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,6 @@ image = gr.inputs.Image(shape=(192,192))
|
|
31 |
label = gr.outputs.Label()
|
32 |
examples = ['virtual.jpg','real.jpg']
|
33 |
|
34 |
-
|
35 |
-
intf.
|
|
|
|
31 |
label = gr.outputs.Label()
|
32 |
examples = ['virtual.jpg','real.jpg']
|
33 |
|
34 |
+
# Cell
|
35 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,share=True)
|
36 |
+
intf.launch()
|