Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ with gr.Blocks() as demo:
|
|
123 |
outputs=submission_result,
|
124 |
)
|
125 |
with gr.Row():
|
126 |
-
gr.
|
127 |
-
|
|
|
128 |
demo.launch()
|
|
|
123 |
outputs=submission_result,
|
124 |
)
|
125 |
with gr.Row():
|
126 |
+
with gr.Column():
|
127 |
+
gr.Markdown('## Models that have already been run:')
|
128 |
+
gr.Dataframe(print_existing_models())
|
129 |
demo.launch()
|