Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ input_image = gr.Sketchpad(
|
|
43 |
type="pil",
|
44 |
)
|
45 |
demo = gr.Interface(
|
|
|
46 |
title=TITLE,
|
47 |
description=DESCRIPTION,
|
48 |
-
predict,
|
49 |
inputs=input_image,
|
50 |
outputs=['label', 'image']
|
51 |
)
|
|
|
43 |
type="pil",
|
44 |
)
|
45 |
demo = gr.Interface(
|
46 |
+
predict,
|
47 |
title=TITLE,
|
48 |
description=DESCRIPTION,
|
|
|
49 |
inputs=input_image,
|
50 |
outputs=['label', 'image']
|
51 |
)
|