Spaces:
Sleeping
Sleeping
ManjinderUNCC
commited on
Commit
•
0a54820
1
Parent(s):
a2d889d
Update gradio_interface.py
Browse files- gradio_interface.py +1 -1
gradio_interface.py
CHANGED
@@ -60,4 +60,4 @@ def evaluate_text(input_text):
|
|
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)
|
|
|
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)
|