Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|