GunaKoppula commited on
Commit
94a4842
·
verified ·
1 Parent(s): 35bdecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -14
app.py CHANGED
@@ -66,20 +66,11 @@ def run(history, text, image, audio_upload, audio_mic):
66
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
- with gr.Row() as title_row:
70
- with gr.Column():
71
- # Create an empty column on the left for spacing
72
- pass
73
-
74
- with gr.Column():
75
- # Add Markdown with centered text
76
- gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
77
- gr.Markdown("This is a multimodal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model. Please find the source code and training details [here](https://github.com/RaviNaik/ERA-CAPSTONE/MultiModalPhi2).")
78
-
79
-
80
- with gr.Column():
81
- # Create an empty column on the right for spacing
82
- pass
83
 
84
 
85
  with gr.Row():
 
66
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
+ with gr.Row(align="center") as title_row:
70
+
71
+ # Add Markdown with centered text
72
+ gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
73
+ gr.Markdown("This is a multimodal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model. Please find the source code and training details [here](https://github.com/RaviNaik/ERA-CAPSTONE/MultiModalPhi2).")
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  with gr.Row():