oops
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with demo:
|
|
56 |
with gr.Column():
|
57 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
58 |
with gr.Column():
|
59 |
-
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype
|
60 |
|
61 |
with gr.TabItem("Image Generation π·"):
|
62 |
with gr.Row():
|
|
|
56 |
with gr.Column():
|
57 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
58 |
with gr.Column():
|
59 |
+
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
|
60 |
|
61 |
with gr.TabItem("Image Generation π·"):
|
62 |
with gr.Row():
|