tcftrees commited on
Commit
af550fb
β€’
1 Parent(s): d9a70f5
Files changed (1) hide show
  1. app.py +1 -0
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)")