Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,9 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
62 |
|
63 |
|
64 |
with gr.Blocks() as demo:
|
65 |
-
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
66 |
gr.Markdown(
|
67 |
-
"""This is a multimodal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model.
|
68 |
-
|
69 |
-
Please find the source code and training details [here](https://github.com/RaviNaik/ERA-CAPSTONE/MultiModalPhi2).
|
70 |
|
71 |
### Details:
|
72 |
1. LLM Backbone: [Phi2](https://huggingface.co/microsoft/phi-2)
|
|
|
62 |
|
63 |
|
64 |
with gr.Blocks() as demo:
|
65 |
+
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", align="center")
|
66 |
gr.Markdown(
|
67 |
+
"""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).
|
|
|
|
|
68 |
|
69 |
### Details:
|
70 |
1. LLM Backbone: [Phi2](https://huggingface.co/microsoft/phi-2)
|