GunaKoppula commited on
Commit
0a8b3fd
·
verified ·
1 Parent(s): ff9cb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -89,7 +89,9 @@ with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
89
  # # with gr.Column():
90
  # # # Create an empty column on the right for spacing
91
  # # pass
92
-
 
 
93
  gr.Markdown(
94
  """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).
95
 
 
89
  # # with gr.Column():
90
  # # # Create an empty column on the right for spacing
91
  # # pass
92
+
93
+ with gr.Row():
94
+
95
  gr.Markdown(
96
  """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).
97