Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,18 +63,20 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
| 63 |
|
| 64 |
with gr.Blocks() as demo:
|
| 65 |
# gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", align="center")
|
|
|
|
| 66 |
with gr.Row() as title_row:
|
| 67 |
-
with gr.Column():
|
| 68 |
-
|
| 69 |
-
|
| 70 |
|
| 71 |
with gr.Column():
|
| 72 |
# Add Markdown with centered text
|
| 73 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
| 74 |
|
| 75 |
-
with gr.Column():
|
| 76 |
-
|
| 77 |
-
|
|
|
|
| 78 |
gr.Markdown(
|
| 79 |
"""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).
|
| 80 |
|
|
|
|
| 63 |
|
| 64 |
with gr.Blocks() as demo:
|
| 65 |
# gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", align="center")
|
| 66 |
+
|
| 67 |
with gr.Row() as title_row:
|
| 68 |
+
# with gr.Column():
|
| 69 |
+
# # Create an empty column on the left for spacing
|
| 70 |
+
# pass
|
| 71 |
|
| 72 |
with gr.Column():
|
| 73 |
# Add Markdown with centered text
|
| 74 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
| 75 |
|
| 76 |
+
# with gr.Column():
|
| 77 |
+
# # Create an empty column on the right for spacing
|
| 78 |
+
# pass
|
| 79 |
+
|
| 80 |
gr.Markdown(
|
| 81 |
"""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).
|
| 82 |
|