Spaces:
Running
Running
app.py
CHANGED
@@ -47,6 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
**Thanks for trying** πππ!</p>
|
48 |
""")
|
49 |
|
|
|
50 |
with gr.Row():
|
51 |
Nnv = gr.Textbox(label="Non-vocabulary Parameters", value=str(7*10**9))
|
52 |
flops = gr.Textbox(label="FLOPs", placeholder="Optional (e.g. 7.05e21)")
|
|
|
47 |
**Thanks for trying** πππ!</p>
|
48 |
""")
|
49 |
|
50 |
+
|
51 |
with gr.Row():
|
52 |
Nnv = gr.Textbox(label="Non-vocabulary Parameters", value=str(7*10**9))
|
53 |
flops = gr.Textbox(label="FLOPs", placeholder="Optional (e.g. 7.05e21)")
|