Spaces:
Sleeping
Sleeping
Commit ·
143cb35
1
Parent(s): 9b426cd
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ def classify_image(inp):
|
|
| 19 |
image = gr.inputs.Image(shape=(224,224), source="webcam", tool=None)
|
| 20 |
label = gr.outputs.Label(num_top_classes=2)
|
| 21 |
|
| 22 |
-
gr.Interface(fn=classify_image, inputs=image, outputs=label, title=
|
|
|
|
| 19 |
image = gr.inputs.Image(shape=(224,224), source="webcam", tool=None)
|
| 20 |
label = gr.outputs.Label(num_top_classes=2)
|
| 21 |
|
| 22 |
+
gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Ojo de la ciudad (prototipo alternativo)', interpretation='default').launch(debug='True')
|