GunaKoppula commited on
Commit
0f10f1f
·
verified ·
1 Parent(s): aacb966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -66,18 +66,9 @@ 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
 
71
- with gr.Column():
72
- gr.Markdown("")
73
-
74
- with gr.Column(align="center"):
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/GunaKoppula/ERAV1-CAPSTONE).")
78
-
79
- with gr.Column():
80
- gr.Markdown("")
81
 
82
  with gr.Row():
83
  chatbot = gr.Chatbot(
 
66
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
+ gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
70
+ 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/GunaKoppula/ERAV1-CAPSTONE).")
71
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  with gr.Row():
74
  chatbot = gr.Chatbot(