Spaces:
Sleeping
Sleeping
mervenoyan
commited on
Commit
•
268c6f3
1
Parent(s):
bc83f23
removed run button
Browse files
app.py
CHANGED
@@ -157,8 +157,6 @@ with gr.Blocks(title=title) as demo:
|
|
157 |
)
|
158 |
counter = 0
|
159 |
|
160 |
-
plot_run = gr.Button("Run")
|
161 |
-
|
162 |
|
163 |
for _ in iter_grid(2, 5):
|
164 |
if counter >= len(input_models):
|
|
|
157 |
)
|
158 |
counter = 0
|
159 |
|
|
|
|
|
160 |
|
161 |
for _ in iter_grid(2, 5):
|
162 |
if counter >= len(input_models):
|