Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,9 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
-
gr.
|
70 |
-
|
|
|
71 |
|
72 |
|
73 |
with gr.Row():
|
@@ -76,8 +77,7 @@ with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
|
76 |
height=550,
|
77 |
)
|
78 |
|
79 |
-
with gr.Row():
|
80 |
-
|
81 |
with gr.Column(scale=4):
|
82 |
# Creating a column with a scale of 6
|
83 |
with gr.Box():
|
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
+
with gr.Row():
|
70 |
+
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
71 |
+
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/GunaKoppula/ERAV1-CAPSTONE).")
|
72 |
|
73 |
|
74 |
with gr.Row():
|
|
|
77 |
height=550,
|
78 |
)
|
79 |
|
80 |
+
with gr.Row():
|
|
|
81 |
with gr.Column(scale=4):
|
82 |
# Creating a column with a scale of 6
|
83 |
with gr.Box():
|