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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -66,11 +66,12 @@ 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(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():
 
66
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
+ with gr.Row() as title_row:
70
+
71
+ with gr.Column(align="center"):
72
+ # Add Markdown with centered text
73
+ gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
74
+ 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).")
75
 
76
 
77
  with gr.Row():