File size: 132 Bytes
d1103c4
 
 
a734bea
 
1
2
3
4
5
import gradio as gr
import soundex

iface = gr.Interface(fn=soundex.compare, inputs=['text', 'text'], outputs='text')
iface.launch()