ManjinderUNCC commited on
Commit
a2d889d
·
verified ·
1 Parent(s): c2bf1c2

Update gradio_interface.py

Browse files
Files changed (1) hide show
  1. 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)