sashdev commited on
Commit
aa08666
1 Parent(s): 5a4daa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,3 +51,4 @@ def synonymize(sentence):
51
  iface = gr.Interface(fn=synonymize, inputs="text", outputs="text", title="Synonym Replacer", description="Enter a sentence, and the app will replace words with synonyms.")
52
 
53
  iface.launch()
 
 
51
  iface = gr.Interface(fn=synonymize, inputs="text", outputs="text", title="Synonym Replacer", description="Enter a sentence, and the app will replace words with synonyms.")
52
 
53
  iface.launch()
54
+