Spaces:
Running
Running
Update app.py
Browse files
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:
|
|
|
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()
|