Javier Flores
commited on
Commit
•
58f6e24
1
Parent(s):
e64dc61
as
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=inp, outputs=predict
|
10 |
iface.launch()
|
|
|
6 |
|
7 |
inp = gr.inputs.Image(source="webcam", shape=(224,224))
|
8 |
|
9 |
+
iface = gr.Interface(fn=predict, inputs=inp, outputs=predict )
|
10 |
iface.launch()
|