Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1024,7 +1024,7 @@ with ui.navset_card_tab(id="tab"):
|
|
| 1024 |
|
| 1025 |
import matplotlib as mpl
|
| 1026 |
@render.plot()
|
| 1027 |
-
def
|
| 1028 |
fig = None
|
| 1029 |
df = pd.read_csv('results - denseformer.csv')
|
| 1030 |
mpl.rcParams.update(mpl.rcParamsDefault)
|
|
|
|
| 1024 |
|
| 1025 |
import matplotlib as mpl
|
| 1026 |
@render.plot()
|
| 1027 |
+
def plot_model_scaling():
|
| 1028 |
fig = None
|
| 1029 |
df = pd.read_csv('results - denseformer.csv')
|
| 1030 |
mpl.rcParams.update(mpl.rcParamsDefault)
|