GunaKoppula commited on
Commit
9dad860
·
verified ·
1 Parent(s): 3bc0094

Update app.py

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