Spaces:
Sleeping
Sleeping
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() 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("""
|