Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,11 +66,12 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
-
with gr.Row(
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
74 |
|
75 |
|
76 |
with gr.Row():
|
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
+
with gr.Row() as title_row:
|
70 |
+
|
71 |
+
with gr.Column(align="center"):
|
72 |
+
# Add Markdown with centered text
|
73 |
+
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
74 |
+
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).")
|
75 |
|
76 |
|
77 |
with gr.Row():
|