update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import pandas as pd
|
2 |
import numpy as np
|
3 |
import gradio as gr
|
4 |
import matplotlib.pyplot as plt
|
@@ -85,7 +84,6 @@ def plot_pens(tflpos_card, utilization, num_gps, training_days):
|
|
85 |
if __name__ == "__main__":
|
86 |
iface = gr.Interface(
|
87 |
fn=plot_pens,
|
88 |
-
layout='vertical',
|
89 |
inputs=[
|
90 |
gr.Textbox(label="TFLOP/s pre Card",value="40"),
|
91 |
gr.Slider(label="System Utilization", minimum=0, maximum=1, step=0.01,value=0.25),
|
|
|
|
|
1 |
import numpy as np
|
2 |
import gradio as gr
|
3 |
import matplotlib.pyplot as plt
|
|
|
84 |
if __name__ == "__main__":
|
85 |
iface = gr.Interface(
|
86 |
fn=plot_pens,
|
|
|
87 |
inputs=[
|
88 |
gr.Textbox(label="TFLOP/s pre Card",value="40"),
|
89 |
gr.Slider(label="System Utilization", minimum=0, maximum=1, step=0.01,value=0.25),
|