Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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.
|