Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,8 @@ interface_model = gr.Interface(
|
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
title=title,
|
|
|
|
|
49 |
)
|
50 |
|
51 |
description_w = """
|
|
|
46 |
description=description,
|
47 |
examples=examples,
|
48 |
title=title,
|
49 |
+
inputs="text",
|
50 |
+
outputs="label",
|
51 |
)
|
52 |
|
53 |
description_w = """
|