Spaces:
Running
Running
modify app
Browse files
app.py
CHANGED
@@ -163,7 +163,6 @@ with gr.Blocks() as demo:
|
|
163 |
y_title="Loss",
|
164 |
height=300,
|
165 |
width=600,
|
166 |
-
x_series_axis=gr.LinePlot.XAxisType.INTEGER,
|
167 |
y_lim=[None, None],
|
168 |
)
|
169 |
ito_log = gr.Textbox(label="ITO Log", lines=10)
|
|
|
163 |
y_title="Loss",
|
164 |
height=300,
|
165 |
width=600,
|
|
|
166 |
y_lim=[None, None],
|
167 |
)
|
168 |
ito_log = gr.Textbox(label="ITO Log", lines=10)
|