Javier Flores
commited on
Commit
•
e64dc61
1
Parent(s):
4526dee
asas
Browse files
app.py
CHANGED
@@ -6,4 +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 ,interpretation='default')
|
|
|
|
6 |
|
7 |
inp = gr.inputs.Image(source="webcam", shape=(224,224))
|
8 |
|
9 |
+
iface = gr.Interface(fn=predict, inputs=inp, outputs=predict ,interpretation='default')
|
10 |
+
iface.launch()
|