sasha HF Staff commited on
Commit
b579168
·
verified ·
1 Parent(s): 98e6854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gr.Dataframe(print_existing_models())
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()