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