Spaces:
Sleeping
Sleeping
Path input
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def predict(context, intent):
|
|
47 |
|
48 |
gradio_app = gr.Interface(
|
49 |
predict,
|
50 |
-
inputs=[
|
51 |
outputs=[gr.Label(num_top_classes=3)],
|
52 |
title="Intent Analysis",
|
53 |
)
|
|
|
47 |
|
48 |
gradio_app = gr.Interface(
|
49 |
predict,
|
50 |
+
inputs=["text", "text"],
|
51 |
outputs=[gr.Label(num_top_classes=3)],
|
52 |
title="Intent Analysis",
|
53 |
)
|