Spaces:
Running
Running
Add application file
Browse files
app.py
CHANGED
@@ -50,9 +50,9 @@ with gr.Blocks() as demo:
|
|
50 |
""")
|
51 |
|
52 |
with gr.Row():
|
53 |
-
Nnv = gr.
|
54 |
-
flops = gr.
|
55 |
-
output_text = gr.
|
56 |
with gr.Row():
|
57 |
btn = gr.Button("Compute the optimal vocabulary size")
|
58 |
|
|
|
50 |
""")
|
51 |
|
52 |
with gr.Row():
|
53 |
+
Nnv = gr.Textbox(label="Non-vocabulary Parameters", value=7*10**9)
|
54 |
+
flops = gr.Textbox(label="FLOPs", placeholder="Optional (e.g. 7.05*10**21)")
|
55 |
+
output_text = gr.Textbox(label='output')
|
56 |
with gr.Row():
|
57 |
btn = gr.Button("Compute the optimal vocabulary size")
|
58 |
|