Spaces:
Runtime error
Runtime error
Commit
·
16208a0
1
Parent(s):
c1a06ed
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with demo:
|
|
27 |
gr.Markdown("**Output Plot** \n")
|
28 |
output_plot = gr.Image(type='filepath')
|
29 |
|
30 |
-
gr.Markdown("**Predict**")
|
31 |
|
32 |
with gr.Box():
|
33 |
with gr.Row():
|
|
|
27 |
gr.Markdown("**Output Plot** \n")
|
28 |
output_plot = gr.Image(type='filepath')
|
29 |
|
30 |
+
gr.Markdown("**Batch Predict**")
|
31 |
|
32 |
with gr.Box():
|
33 |
with gr.Row():
|