deprecated inputs and outputs
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ enable_queue=True
|
|
34 |
|
35 |
gr.Interface(
|
36 |
fn=predict,
|
37 |
-
inputs=gr.Image(
|
38 |
-
outputs=gr.Label(
|
39 |
title=title,
|
40 |
description=description,
|
41 |
article=article,
|
|
|
34 |
|
35 |
gr.Interface(
|
36 |
fn=predict,
|
37 |
+
inputs=gr.Image(),
|
38 |
+
outputs=gr.Label(),
|
39 |
title=title,
|
40 |
description=description,
|
41 |
article=article,
|