p208p2002 commited on
Commit
7db2c21
1 Parent(s): 709bbf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ if __name__ == "__main__":
89
  inputs=[
90
  gr.Textbox(label="TFLOP/s pre Card",value="40"),
91
  gr.Slider(label="GPU Utilization", minimum=0, maximum=1, step=0.01,value=0.25),
92
- gr.Textbox(label="Number of cards",value=1),
93
- gr.Textbox(label="Training Days",value=1)
94
  ],
95
  outputs=[
96
  gr.Image(label="Estimated Loss"),
 
89
  inputs=[
90
  gr.Textbox(label="TFLOP/s pre Card",value="40"),
91
  gr.Slider(label="GPU Utilization", minimum=0, maximum=1, step=0.01,value=0.25),
92
+ gr.Textbox(label="Number of cards"),
93
+ gr.Textbox(label="Training Days")
94
  ],
95
  outputs=[
96
  gr.Image(label="Estimated Loss"),