Spaces:
Sleeping
Sleeping
ManjinderUNCC
commited on
Update gradio_interface.py
Browse files- gradio_interface.py +2 -1
gradio_interface.py
CHANGED
@@ -59,4 +59,5 @@ def evaluate_text(input_text):
|
|
59 |
return output_dict
|
60 |
|
61 |
# Gradio Interface
|
62 |
-
iface = gr.Interface(fn=evaluate_text, inputs="text", outputs
|
|
|
|
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")
|
63 |
+
iface.launch(share=True)
|