Spaces:
Runtime error
Runtime error
Commit
·
c4a7337
1
Parent(s):
16208a0
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with demo:
|
|
18 |
|
19 |
with gr.Tabs():
|
20 |
|
21 |
-
with gr.TabItem("
|
22 |
|
23 |
gr.Markdown("Just click *Run Model* below:")
|
24 |
with gr.Box():
|
@@ -27,7 +27,7 @@ with demo:
|
|
27 |
gr.Markdown("**Output Plot** \n")
|
28 |
output_plot = gr.Image(type='filepath')
|
29 |
|
30 |
-
gr.Markdown("**
|
31 |
|
32 |
with gr.Box():
|
33 |
with gr.Row():
|
|
|
18 |
|
19 |
with gr.Tabs():
|
20 |
|
21 |
+
with gr.TabItem("Batch Predict"):
|
22 |
|
23 |
gr.Markdown("Just click *Run Model* below:")
|
24 |
with gr.Box():
|
|
|
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():
|