Spaces:
Sleeping
Sleeping
oops
Browse files
app.py
CHANGED
@@ -39,7 +39,8 @@ with demo:
|
|
39 |
gr.Markdown("TODO")
|
40 |
#plot = gr.Plot(get_plots('text_generation.csv'))
|
41 |
with gr.Column():
|
42 |
-
|
|
|
43 |
|
44 |
with gr.TabItem("Image Generation 📷"):
|
45 |
with gr.Row():
|
|
|
39 |
gr.Markdown("TODO")
|
40 |
#plot = gr.Plot(get_plots('text_generation.csv'))
|
41 |
with gr.Column():
|
42 |
+
gr.Markdown("TODO")
|
43 |
+
#table = gr.Dataframe(get_model_names('text_generation.csv'))
|
44 |
|
45 |
with gr.TabItem("Image Generation 📷"):
|
46 |
with gr.Row():
|