Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
61 |
return history, None, None, None, None
|
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.
|
|
|
61 |
return history, None, None, None, None
|
62 |
|
63 |
|
64 |
+
with gr.Blocks(theme="dark") 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.
|