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