Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -66,7 +66,7 @@ def run(history, text, image, audio_upload, audio_mic): 
     | 
|
| 66 | 
         | 
| 67 | 
         
             
            with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
         
     | 
| 68 | 
         | 
| 69 | 
         
            -
                gr. 
     | 
| 70 | 
         | 
| 71 | 
         
             
                # with gr.Row() as title_row:
         
     | 
| 72 | 
         
             
                #     with gr.Column():
         
     | 
| 
         | 
|
| 66 | 
         | 
| 67 | 
         
             
            with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
         
     | 
| 68 | 
         | 
| 69 | 
         
            +
                gr.Text(" " * 50 + "MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
         
     | 
| 70 | 
         | 
| 71 | 
         
             
                # with gr.Row() as title_row:
         
     | 
| 72 | 
         
             
                #     with gr.Column():
         
     |