Spaces:
Sleeping
Sleeping
ManjinderUNCC
commited on
Commit
•
b5d622e
1
Parent(s):
184e4e0
Update gradio_interface.py
Browse files- gradio_interface.py +1 -1
gradio_interface.py
CHANGED
@@ -55,5 +55,5 @@ def evaluate_text(input_text):
|
|
55 |
return output_dict
|
56 |
|
57 |
# Gradio Interface
|
58 |
-
iface = gr.Interface(fn=evaluate_text, inputs="text", outputs="json", title="Text Evaluation", description="Enter your text")
|
59 |
iface.launch(share=True)
|
|
|
55 |
return output_dict
|
56 |
|
57 |
# Gradio Interface
|
58 |
+
iface = gr.Interface(fn=evaluate_text, inputs="text", outputs="json", title="Text Evaluation-Manjinder", description="Enter your text")
|
59 |
iface.launch(share=True)
|