GunaKoppula commited on
Commit
35bdecf
·
verified ·
1 Parent(s): 5fa6c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,9 +77,9 @@ with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
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/RaviNaik/ERA-CAPSTONE/MultiModalPhi2).")
78
 
79
 
80
- # with gr.Column():
81
- # # Create an empty column on the right for spacing
82
- # pass
83
 
84
 
85
  with gr.Row():
 
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/RaviNaik/ERA-CAPSTONE/MultiModalPhi2).")
78
 
79
 
80
+ with gr.Column():
81
+ # Create an empty column on the right for spacing
82
+ pass
83
 
84
 
85
  with gr.Row():