Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def classify_image(img):
|
|
24 |
|
25 |
image = gr.inputs.Image(shape=(192,192))
|
26 |
label = gr.outputs.Label()
|
27 |
-
examples = ['virtual.jpg','real.jpg'
|
28 |
|
29 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
30 |
intf.launch(inline=False)
|
|
|
24 |
|
25 |
image = gr.inputs.Image(shape=(192,192))
|
26 |
label = gr.outputs.Label()
|
27 |
+
examples = ['virtual.jpg','real.jpg']
|
28 |
|
29 |
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
30 |
intf.launch(inline=False)
|