GunaKoppula commited on
Commit
424f56b
·
verified ·
1 Parent(s): ee47204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -62,22 +62,22 @@ def run(history, text, image, audio_upload, audio_mic):
62
 
63
 
64
  with gr.Blocks() as demo:
65
- # gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", align="center")
66
 
67
- with gr.Row() as title_row:
68
- with gr.Column():
69
- # Create an empty column on the left for spacing
70
- pass
71
 
72
- with gr.Column():
73
- # Add Markdown with centered text
74
- gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
75
- 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).")
76
 
77
 
78
- # with gr.Column():
79
- # # Create an empty column on the right for spacing
80
- # pass
81
 
82
  gr.Markdown(
83
  """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).
 
62
 
63
 
64
  with gr.Blocks() as demo:
65
+ gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
66
 
67
+ # with gr.Row() as title_row:
68
+ # with gr.Column():
69
+ # # Create an empty column on the left for spacing
70
+ # pass
71
 
72
+ # with gr.Column():
73
+ # # Add Markdown with centered text
74
+ # gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
75
+ # 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).")
76
 
77
 
78
+ # # with gr.Column():
79
+ # # # Create an empty column on the right for spacing
80
+ # # pass
81
 
82
  gr.Markdown(
83
  """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).