ysharma HF staff commited on
Commit
0f5b8a9
1 Parent(s): 8d4982d

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(theme='ysharma/TransformerCalculator==0.0.2') 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.