GunaKoppula commited on
Commit
8008efd
·
verified ·
1 Parent(s): dafd76d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from PIL import Image
3
  from inference.main import MultiModalPhi2
4
 
5
- gr.themes.builder()
6
 
7
  messages = []
8
 
@@ -69,7 +69,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
69
  )
70
 
71
 
72
- with gr.Blocks(theme=theme) as demo:
73
  gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
74
 
75
  # with gr.Row() as title_row:
 
2
  from PIL import Image
3
  from inference.main import MultiModalPhi2
4
 
5
+ # gr.themes.builder()
6
 
7
  messages = []
8
 
 
69
  )
70
 
71
 
72
+ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
73
  gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
74
 
75
  # with gr.Row() as title_row: