Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						2ddf37b
	
1
								Parent(s):
							
							779f37a
								
Added title
Browse files
    	
        app.py
    CHANGED
    
    | @@ -3,5 +3,5 @@ import soundex | |
| 3 |  | 
| 4 | 
             
            model = soundex.Soundex()
         | 
| 5 |  | 
| 6 | 
            -
            iface = gr.Interface(fn=model.compare, inputs=[gr.TextBox(label='Text 1'), gr.Textbox(label='Text 2')], outputs=gr.Textbox(label='Sound distance'))
         | 
| 7 | 
             
            iface.launch()
         | 
|  | |
| 3 |  | 
| 4 | 
             
            model = soundex.Soundex()
         | 
| 5 |  | 
| 6 | 
            +
            iface = gr.Interface(fn=model.compare, inputs=[gr.TextBox(label='Text 1'), gr.Textbox(label='Text 2')], outputs=gr.Textbox(label='Sound distance'), title="Find how different two words sound")
         | 
| 7 | 
             
            iface.launch()
         |