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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
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:
 
69
  )
70
 
71
 
72
+ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
73
  gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
74
 
75
  # with gr.Row() as title_row: