Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -547,7 +547,7 @@ with gr.Blocks() as video: | |
| 547 | 
             
                gr.Interface(
         | 
| 548 | 
             
                fn=answer_question,
         | 
| 549 | 
             
                inputs=[Image(type="filepath",sources="webcam", streaming=False), Textbox()],
         | 
| 550 | 
            -
                outputs=[ | 
| 551 | 
             
            )
         | 
| 552 |  | 
| 553 | 
             
            with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
         | 
|  | |
| 547 | 
             
                gr.Interface(
         | 
| 548 | 
             
                fn=answer_question,
         | 
| 549 | 
             
                inputs=[Image(type="filepath",sources="webcam", streaming=False), Textbox()],
         | 
| 550 | 
            +
                outputs=[Textbox()]
         | 
| 551 | 
             
            )
         | 
| 552 |  | 
| 553 | 
             
            with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
         | 
