Spaces:
Sleeping
Sleeping
ManjinderUNCC
commited on
Commit
•
58d3595
1
Parent(s):
ff92eb4
Update gradio_interface.py
Browse files- gradio_interface.py +1 -2
gradio_interface.py
CHANGED
@@ -55,8 +55,7 @@ def evaluate_text(input_text):
|
|
55 |
# "ClassificationReport": report
|
56 |
# }
|
57 |
# }
|
58 |
-
|
59 |
-
# return output_dict
|
60 |
|
61 |
# Gradio Interface
|
62 |
iface = gr.Interface(fn=evaluate_text, inputs="text", outputs="json", title="Text Evaluation-Manjinder", description="Enter your text")
|
|
|
55 |
# "ClassificationReport": report
|
56 |
# }
|
57 |
# }
|
58 |
+
return output_dict
|
|
|
59 |
|
60 |
# Gradio Interface
|
61 |
iface = gr.Interface(fn=evaluate_text, inputs="text", outputs="json", title="Text Evaluation-Manjinder", description="Enter your text")
|