Update app.py
Browse files
app.py
CHANGED
|
@@ -62,5 +62,5 @@ def predict(text):
|
|
| 62 |
|
| 63 |
# Create the Gradio interface
|
| 64 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Homonym disambiguation in Georgian",
|
| 65 |
-
description="Enter a sentence with the homonym \"ბარი\" (for the current purposes, please include the homonym once in the sentence")
|
| 66 |
iface.launch(share=True)
|
|
|
|
| 62 |
|
| 63 |
# Create the Gradio interface
|
| 64 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Homonym disambiguation in Georgian",
|
| 65 |
+
description="Enter a sentence with the homonym \"ბარი\" (for the current purposes, please include the homonym once in the sentence).")
|
| 66 |
iface.launch(share=True)
|