Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -15,7 +15,7 @@ inputs = [gr.Textbox(label="Input Text"), gr.Image(type="pil")]  # Input for upl | |
| 15 | 
             
            outputs = gr.Textbox(label="Generated Text")  # Output for displaying the text
         | 
| 16 |  | 
| 17 | 
             
            # Create the interface
         | 
| 18 | 
            -
            interface = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, title=" | 
| 19 |  | 
| 20 | 
             
            # Launch the interface
         | 
| 21 | 
             
            interface.launch()
         | 
|  | |
| 15 | 
             
            outputs = gr.Textbox(label="Generated Text")  # Output for displaying the text
         | 
| 16 |  | 
| 17 | 
             
            # Create the interface
         | 
| 18 | 
            +
            interface = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, title="Conversational image recogntion chatbot")
         | 
| 19 |  | 
| 20 | 
             
            # Launch the interface
         | 
| 21 | 
             
            interface.launch()
         |