parass13 commited on
Commit
811ca3c
·
verified ·
1 Parent(s): d208b58

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +2 -3
dashboard.py CHANGED
@@ -13,7 +13,7 @@ import warnings
13
 
14
  from pages import about
15
  from pages import community
16
- from pages import examples
17
  from pages import user_guide
18
 
19
 
@@ -112,8 +112,7 @@ with gr.Blocks() as demo:
112
  predict_btn = gr.Button("Predict")
113
  predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
114
 
115
- with gr.Tab("📂 Examples"):
116
- examples.layout()
117
 
118
  with gr.Tab("ℹ️ About"):
119
  about.layout()
 
13
 
14
  from pages import about
15
  from pages import community
16
+
17
  from pages import user_guide
18
 
19
 
 
112
  predict_btn = gr.Button("Predict")
113
  predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
114
 
115
+
 
116
 
117
  with gr.Tab("ℹ️ About"):
118
  about.layout()