davmel commited on
Commit
a94db0c
·
verified ·
1 Parent(s): 580e226

Update app.py

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