Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,5 +124,5 @@ with gr.Blocks() as demo:
|
|
124 |
)
|
125 |
with gr.Row():
|
126 |
with gr.Accordion("Models that have already been run:"):
|
127 |
-
|
128 |
demo.launch()
|
|
|
124 |
)
|
125 |
with gr.Row():
|
126 |
with gr.Accordion("Models that have already been run:"):
|
127 |
+
gr.Dataframe(print_existing_models())
|
128 |
demo.launch()
|