Spaces:
Build error
Build error
Update app.py
Browse files
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"
|
| 93 |
-
gr.Textbox(label="Training Days"
|
| 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"),
|