Javier Flores
commited on
Commit
·
a370f08
1
Parent(s):
ccc7f1f
asas
Browse files
app.py
CHANGED
@@ -6,5 +6,5 @@ def predict(image):
|
|
6 |
|
7 |
inp = gr.inputs.Image(source="webcam", shape=(224,224))
|
8 |
|
9 |
-
iface = gr.Interface(fn=predict, inputs=
|
10 |
iface.launch()
|
|
|
6 |
|
7 |
inp = gr.inputs.Image(source="webcam", shape=(224,224))
|
8 |
|
9 |
+
iface = gr.Interface(fn=predict, inputs=inp, outputs="image")
|
10 |
iface.launch()
|