ysharma HF staff commited on
Commit
17b30ef
1 Parent(s): e16200c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def calc_flops(vocab_size, hidden_size, sequence_length, num_layers, kv_size_rat
111
 
112
 
113
  # ---- Gradio Interface ---- #
114
- with gr.Blocks() as demo:
115
 
116
  with gr.Tabs():
117
  gr.Markdown("""
 
111
 
112
 
113
  # ---- Gradio Interface ---- #
114
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
115
 
116
  with gr.Tabs():
117
  gr.Markdown("""