Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def get_category(text):
|
|
60 |
|
61 |
#Creating the interface for the radio app
|
62 |
demo = gr.Interface(get_category,
|
63 |
-
inputs=gr.inputs.Textbox(label="Paste article text here",lines=4)
|
64 |
outputs = "text",
|
65 |
title="News Article Categorization")
|
66 |
|
|
|
60 |
|
61 |
#Creating the interface for the radio app
|
62 |
demo = gr.Interface(get_category,
|
63 |
+
inputs=gr.inputs.Textbox(label="Paste article text here",lines=4),
|
64 |
outputs = "text",
|
65 |
title="News Article Categorization")
|
66 |
|