derek-thomas HF staff ysharma HF staff commited on
Commit
d5f31d7
1 Parent(s): 85bc9b7

Update app.py (#1)

Browse files

- Update app.py (5b80b9c94005347b651a62dab31a40718d4d2870)


Co-authored-by: yuvraj sharma <[email protected]>

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(theme=gr.themes.Soft()) as demo:
115
  with gr.Accordion("Credits and General Idea", open=False):
116
  gr.Markdown("""
117
  This app is a re-creation of [this calculator](https://github.com/EleutherAI/cookbook/tree/main/calc) from EleutherAI.
 
111
 
112
 
113
  # ---- Gradio Interface ---- #
114
+ with gr.Blocks(theme="ysharma/TransformerCalculatorNew") as demo:
115
  with gr.Accordion("Credits and General Idea", open=False):
116
  gr.Markdown("""
117
  This app is a re-creation of [this calculator](https://github.com/EleutherAI/cookbook/tree/main/calc) from EleutherAI.