Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ def classify(input):
|
|
9 |
result = model.predict(input, k=5)
|
10 |
return result
|
11 |
|
12 |
-
iface = gr.Interface(fn=classify, inputs="text", outputs="
|
13 |
iface.launch()
|
|
|
9 |
result = model.predict(input, k=5)
|
10 |
return result
|
11 |
|
12 |
+
iface = gr.Interface(fn=classify, inputs="text", outputs="label")
|
13 |
iface.launch()
|