Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
| 64 |
|
| 65 |
|
| 66 |
|
| 67 |
-
with gr.Blocks(theme='
|
| 68 |
|
| 69 |
with gr.Column():
|
| 70 |
gr.Markdown("## MulitModal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model from Scratch")
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
|
| 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")
|