dtrejopizzo commited on
Commit
143cb35
·
1 Parent(s): 9b426cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Ojo de la ciudad (prototipo alternativo)", interpretation='default').launch(debug='True')
 
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')