GunaKoppula commited on
Commit
2a274b9
1 Parent(s): a6b0d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def run(history, text, image, audio_upload, audio_mic):
64
 
65
 
66
 
67
- with gr.Blocks(theme='Taithrah/Minimal') as demo:
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")