Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	update
Browse files
    	
        app.py
    CHANGED
    
    | @@ -8,7 +8,7 @@ def text2speech(text): | |
| 8 |  | 
| 9 | 
             
            app = gr.Interface(fn=text2speech, 
         | 
| 10 | 
             
                               inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
         | 
| 11 | 
            -
                               live=True,
         | 
| 12 | 
             
                               description="Takes a text and reads it out to you.", 
         | 
| 13 | 
             
                               outputs=gr.outputs.Audio(type="file", label="Speech Answer"),
         | 
| 14 | 
             
                               examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"]).launch(debug=True)
         | 
|  | |
| 8 |  | 
| 9 | 
             
            app = gr.Interface(fn=text2speech, 
         | 
| 10 | 
             
                               inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
         | 
| 11 | 
            +
                               #live=True,
         | 
| 12 | 
             
                               description="Takes a text and reads it out to you.", 
         | 
| 13 | 
             
                               outputs=gr.outputs.Audio(type="file", label="Speech Answer"),
         | 
| 14 | 
             
                               examples=["remotecontrol.jpg", "calculator.jpg", "cellphone.jpg"]).launch(debug=True)
         | 
