Spaces:
Runtime error
Runtime error
GunaKoppula
commited on
Commit
•
373d606
1
Parent(s):
7928761
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
-
with gr.
|
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 |
|
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
+
with gr.Column():
|
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 |
|