GunaKoppula commited on
Commit
d45d40e
1 Parent(s): 373d606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def run(history, text, image, audio_upload, audio_mic):
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
  with gr.Column():
70
- gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
71
- 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).")
72
 
73
 
74
  with gr.Row():
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
  with gr.Column():
70
+ gr.Markdown("## MulitModal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model from Scratch")
71
+ gr.Markdown("Please find the source code and training details [here](https://github.com/GunaKoppula/ERAV1-CAPSTONE).")
72
 
73
 
74
  with gr.Row():