GunaKoppula commited on
Commit
9b84a38
·
verified ·
1 Parent(s): 7167e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.