GunaKoppula commited on
Commit
bc4a97d
·
verified ·
1 Parent(s): f2e6a02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -63,15 +63,10 @@ def run(history, text, image, audio_upload, audio_mic):
63
  return history, None, None, None, None
64
 
65
 
66
- theme = gr.themes.Default(primary_hue="blue").set(
67
- loader_color="#FF0000",
68
- slider_color="#FF0000",
69
- )
70
-
71
 
72
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
73
 
74
- gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
75
 
76
  # with gr.Row() as title_row:
77
  # with gr.Column():
 
63
  return history, None, None, None, None
64
 
65
 
 
 
 
 
 
66
 
67
  with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
68
 
69
+ gr.Markdown("# " " * 50 + MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
70
 
71
  # with gr.Row() as title_row:
72
  # with gr.Column():