Jesse-marqo commited on
Commit
4407428
·
verified ·
1 Parent(s): 4680dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ file_path = "merged-averaged-model_timings_2.1.0_12.1_NVIDIA_A10G_False.csv"
15
  html_table_output = display_csv(file_path)
16
 
17
  # Create the Gradio interface
18
- gr.Interface(fn=lambda: html_table_output, inputs=None, outputs=html_table_output, title="CSV Viewer").launch()
 
15
  html_table_output = display_csv(file_path)
16
 
17
  # Create the Gradio interface
18
+ gr.Interface(fn=lambda: None, inputs=None, outputs=gr.outputs.HTML(html_table_output), title="CSV Viewer").launch()