Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
import matplotlib.pyplot as plt
|
@@ -100,7 +102,7 @@ def analyze(analysis_type, n_rows, metric, selected_model):
|
|
100 |
# Build Gradio interface
|
101 |
demo = gr.Blocks()
|
102 |
with demo:
|
103 |
-
gr.Markdown("#
|
104 |
|
105 |
model_dropdown = gr.Dropdown(label="Select model_cls", choices=model_choices, value=model_choices[0])
|
106 |
|
|
|
1 |
+
# Done with the help of ChatGPT.
|
2 |
+
|
3 |
import pandas as pd
|
4 |
import gradio as gr
|
5 |
import matplotlib.pyplot as plt
|
|
|
102 |
# Build Gradio interface
|
103 |
demo = gr.Blocks()
|
104 |
with demo:
|
105 |
+
gr.Markdown("# [Diffusers Benchmarks](https://huggingface.co/datasets/diffusers/benchmarks) Data Analyzer")
|
106 |
|
107 |
model_dropdown = gr.Dropdown(label="Select model_cls", choices=model_choices, value=model_choices[0])
|
108 |
|