Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def predict(image):
|
|
| 31 |
|
| 32 |
iface = gr.Interface(
|
| 33 |
fn=predict,
|
| 34 |
-
inputs=gr.Image(
|
| 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"
|