derek-thomas HF staff commited on
Commit
a5e29e6
1 Parent(s): 18ddd47

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=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='NoCrypt/miku') 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.