Spaces:
Runtime error
Runtime error
Hugo Flores commited on
Commit ·
da8b4bc
1
Parent(s): b923d23
fix columns
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ if __name__ == "__main__":
|
|
| 181 |
with gr.Blocks() as demo:
|
| 182 |
with gr.Row():
|
| 183 |
with gr.Column(scale=1):
|
| 184 |
-
gr.Markdown("*\n"*
|
| 185 |
pass
|
| 186 |
with gr.Column(scale=4):
|
| 187 |
gr.Markdown("# Music Captions Evaluation")
|
|
@@ -255,7 +255,7 @@ if __name__ == "__main__":
|
|
| 255 |
submit_button = gr.Button("Submit")
|
| 256 |
|
| 257 |
with gr.Column(scale=1):
|
| 258 |
-
gr.Markdown("*\n"*
|
| 259 |
pass
|
| 260 |
|
| 261 |
captions = [c["caption"] for c in columns]
|
|
|
|
| 181 |
with gr.Blocks() as demo:
|
| 182 |
with gr.Row():
|
| 183 |
with gr.Column(scale=1):
|
| 184 |
+
gr.Markdown("*\n"*2)
|
| 185 |
pass
|
| 186 |
with gr.Column(scale=4):
|
| 187 |
gr.Markdown("# Music Captions Evaluation")
|
|
|
|
| 255 |
submit_button = gr.Button("Submit")
|
| 256 |
|
| 257 |
with gr.Column(scale=1):
|
| 258 |
+
gr.Markdown("*\n"*2)
|
| 259 |
pass
|
| 260 |
|
| 261 |
captions = [c["caption"] for c in columns]
|