Mikeztrada commited on
Commit
7238664
·
verified ·
1 Parent(s): 8b0ce87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict(image):
31
 
32
  iface = gr.Interface(
33
  fn=predict,
34
- inputs=gr.Image(shape=(224, 224), image_mode='L', label="Dibuja o sube una imagen (trazo negro, fondo blanco)"),
35
  outputs="label",
36
  title="QuickDraw API",
37
  description="API para reconocer dibujos estilo QuickDraw entrenado por ti"
 
31
 
32
  iface = gr.Interface(
33
  fn=predict,
34
+ inputs=gr.Image(image_mode='L', label="Dibuja o sube una imagen (trazo negro, fondo blanco)"),
35
  outputs="label",
36
  title="QuickDraw API",
37
  description="API para reconocer dibujos estilo QuickDraw entrenado por ti"