Spaces:
Runtime error
Runtime error
GunaKoppula
commited on
Commit
•
d45d40e
1
Parent(s):
373d606
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
with gr.Column():
|
70 |
-
gr.Markdown("## MulitModal
|
71 |
-
gr.Markdown("
|
72 |
|
73 |
|
74 |
with gr.Row():
|
|
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
with gr.Column():
|
70 |
+
gr.Markdown("## MulitModal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model from Scratch")
|
71 |
+
gr.Markdown("Please find the source code and training details [here](https://github.com/GunaKoppula/ERAV1-CAPSTONE).")
|
72 |
|
73 |
|
74 |
with gr.Row():
|