shivalikasingh commited on
Commit
c4a7337
·
1 Parent(s): 16208a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ with demo:
18
 
19
  with gr.Tabs():
20
 
21
- with gr.TabItem("Skip Uploading!"):
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("**Batch Predict**")
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():